#C67B44

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

Shades of Brandy Punch #C67B44

Tints of Brandy Punch #C67B44

Color information

#C67B44 (or 0xC67B44) is unknown color: approx Brandy Punch. HEX triplet: C6, 7B and 44. RGB value is (198,123,68). Sum of RGB (Red+Green+Blue) = 198+123+68=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67B44 is #3984BB. Grayscale: #8B8B8B. Windows color (decimal): -3769532 or 4488134. OLE color: 4488134.

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

Color convert

RGB19812368-
CMYK00.380.660.22
HSL25.38º53.28%52.16%-
HSV(B)25.38º65.66%77.65%-
XYZ31.4226.598.95-
YUV139.1687.85169.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=50.90%
G=31.62%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981236800.380.660.2225.3853.2852.16
HexC67B440264216193534
Octal30617310404610226316564
Binary1100011011110111000100010011010000101011011001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67B44; }

 p { color: rgb(198,123,68); }

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

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

 a { background-color: rgb(198,123,68); }

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

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

 span { border-color: rgb(198,123,68); }

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