#C06D3D

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

Shades of Zest #C06D3D

Tints of Zest #C06D3D

Color information

#C06D3D (or 0xC06D3D) is unknown color: approx Zest. HEX triplet: C0, 6D and 3D. RGB value is (192,109,61). Sum of RGB (Red+Green+Blue) = 192+109+61=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D3D is #3F92C2. Grayscale: #808080. Windows color (decimal): -4166339 or 4025792. OLE color: 4025792.

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

Color convert

RGB19210961-
CMYK00.430.680.25
HSL21.98º51.78%49.61%-
HSV(B)21.98º68.23%75.29%-
XYZ28.0522.487.28-
YUV128.3490173.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=53.04%
G=30.11%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921096100.430.680.2521.9851.7849.61
HexC06D3D02B4419163432
Octal3001557505310431266462
Binary110000001101101111101010101110001001100110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D3D; }

 p { color: rgb(192,109,61); }

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

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

 a { background-color: rgb(192,109,61); }

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

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

 span { border-color: rgb(192,109,61); }

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