#C67842

Color #C67842 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C67842

Tints of Brandy Punch #C67842

Color information

#C67842 (or 0xC67842) is unknown color: approx Brandy Punch. HEX triplet: C6, 78 and 42. RGB value is (198,120,66). Sum of RGB (Red+Green+Blue) = 198+120+66=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67842 is #3987BD. Grayscale: #898989. Windows color (decimal): -3770302 or 4356294. OLE color: 4356294.

HSL color Cylindrical-coordinate representation of color #C67842: hue angle of 24.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C67842 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19812066-
CMYK00.390.670.22
HSL24.55º53.66%51.76%-
HSV(B)24.55º66.67%77.65%-
XYZ30.9925.838.51-
YUV137.1787.84171.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=51.56%
G=31.25%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981206600.390.670.2224.5553.6651.76
HexC678420274316193634
Octal30617010204710326316664
Binary1100011011110001000010010011110000111011011001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67842; }

 p { color: rgb(198,120,66); }

 H1.HeaderClassName
 {
   color: #C67842;
 }
 .AnyTagClassName
 {
   color: #C67842;
 }
</style>
background-color css

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

 a { background-color: rgb(198,120,66); }

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

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

 span { border-color: rgb(198,120,66); }

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