Html Css Color HEX #C67E3D Brandy Punch

📋 copy color: '#C67E3D'

red 198 ◦ green 126 ◦ blue 61

#C67E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C67E3D

Tints of Brandy Punch #C67E3D

RGB

 RED value IS 198 (77.73% from 255) = 51.43%

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 51.43%
G = 32.73%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67E3D (or 0xC67E3D) is known color: Brandy Punch. HEX triplet: C6, 7E and 3D. RGB value is (198,126,61). Sum of RGB (Red+Green+Blue) = 198+126+61=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E3D is #3981C2. Grayscale: #8C8C8C. Windows color (decimal): -3768771 or 4030150. OLE color: 4030150.

HSL color Cylindrical-coordinate representation of color #C67E3D: hue angle of 28.47º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C67E3D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 61 -
CMYK 0 0.36 0.69 0.22
HSL 28.47º 0.55% 0.51% -
HSV(B) 28.47º 0.69% 0.78% -
XYZ 31.59 27.26 8.01 -
YUV 140.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 198 126 61 0 0.36 0.69 0.22 28.47 0.55 0.51
Hex C6 7E 3D 0 24 45 16 1C 37 33
Octal 306 176 75 0 44 105 26 34 67 63
Binary 11000110 1111110 111101 0 100100 1000101 10110 11100 110111 110011

Color Harmonies of #C67E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E3D

Black with #C67E3D

Text Example


Text Example

White with #C67E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E3D; }

 p { color: rgb(198,126,61); }

 H1.HeaderClassName
 {
   color: #C67E3D;
 }
 .AnyTagClassName
 {
   color: #C67E3D;
 }
</style>

background-color css

<style>
 a { background-color: #C67E3D; }

 a { background-color: rgb(198,126,61); }

 div.DivClassName
 {
   background-color: #C67E3D;
 }
 .BgClassName
 {
   background-color: #C67E3D;
 }
</style>

border-color css

<style>
 span { border-color: #C67E3D; }

 span { border-color: rgb(198,126,61); }

 td.TdClassName
 {
   border-color: #C67E3D;
 }
 .TagClassName
 {
   border-color: #C67E3D;
 }
</style>