#C67E41

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

Shades of Brandy Punch #C67E41

Tints of Brandy Punch #C67E41

Color information

#C67E41 (or 0xC67E41) is unknown color: approx Brandy Punch. HEX triplet: C6, 7E and 41. RGB value is (198,126,65). Sum of RGB (Red+Green+Blue) = 198+126+65=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E41 is #3981BE. Grayscale: #8C8C8C. Windows color (decimal): -3768767 or 4292294. OLE color: 4292294.

HSL color Cylindrical-coordinate representation of color #C67E41: hue angle of 27.52º 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 #C67E41 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19812665-
CMYK00.360.670.22
HSL27.52º53.85%51.57%-
HSV(B)27.52º67.17%77.65%-
XYZ31.727.318.6-
YUV140.5785.35168.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=50.90%
G=32.39%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981266500.360.670.2227.5253.8551.57
HexC67E4102443161c3634
Octal30617610104410326346664
Binary1100011011111101000001010010010000111011011100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E41; }

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

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

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

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

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

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

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

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