#CF6F3D

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

Shades of Zest #CF6F3D

Tints of Zest #CF6F3D

Color information

#CF6F3D (or 0xCF6F3D) is unknown color: approx Zest. HEX triplet: CF, 6F and 3D. RGB value is (207,111,61). Sum of RGB (Red+Green+Blue) = 207+111+61=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F3D is #3090C2. Grayscale: #868686. Windows color (decimal): -3182787 or 4026319. OLE color: 4026319.

HSL color Cylindrical-coordinate representation of color #CF6F3D: hue angle of 20.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF6F3D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20711161-
CMYK00.460.710.19
HSL20.55º60.33%52.55%-
HSV(B)20.55º70.53%81.18%-
XYZ32.2624.977.53-
YUV13486.8180.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.62%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=54.62%
G=29.29%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071116100.460.710.1920.5560.3352.55
HexCF6F3D02E4713153c35
Octal3171577505610723257465
Binary110011111101111111101010111010001111001110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F3D; }

 p { color: rgb(207,111,61); }

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

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

 a { background-color: rgb(207,111,61); }

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

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

 span { border-color: rgb(207,111,61); }

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