#C06B3F

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

Shades of Zest #C06B3F

Tints of Zest #C06B3F

Color information

#C06B3F (or 0xC06B3F) is unknown color: approx Zest. HEX triplet: C0, 6B and 3F. RGB value is (192,107,63). Sum of RGB (Red+Green+Blue) = 192+107+63=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B3F is #3F94C0. Grayscale: #7F7F7F. Windows color (decimal): -4166849 or 4156352. OLE color: 4156352.

HSL color Cylindrical-coordinate representation of color #C06B3F: hue angle of 20.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C06B3F is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19210763-
CMYK00.440.670.25
HSL20.47º50.59%50%-
HSV(B)20.47º67.19%75.29%-
XYZ27.8922.087.49-
YUV127.491.66174.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 63 (25% from 255) = 17.40%
R=53.04%
G=29.56%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921076300.440.670.2520.4750.5950
HexC06B3F02C4319143332
Octal3001537705410331246362
Binary110000001101011111111010110010000111100110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B3F; }

 p { color: rgb(192,107,63); }

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

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

 a { background-color: rgb(192,107,63); }

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

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

 span { border-color: rgb(192,107,63); }

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