#CB6B3D

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

Shades of Zest #CB6B3D

Tints of Zest #CB6B3D

Color information

#CB6B3D (or 0xCB6B3D) is unknown color: approx Zest. HEX triplet: CB, 6B and 3D. RGB value is (203,107,61). Sum of RGB (Red+Green+Blue) = 203+107+61=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B3D is #3494C2. Grayscale: #828282. Windows color (decimal): -3445955 or 4025291. OLE color: 4025291.

HSL color Cylindrical-coordinate representation of color #CB6B3D: hue angle of 19.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB6B3D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20310761-
CMYK00.470.700.20
HSL19.44º57.72%51.76%-
HSV(B)19.44º69.95%79.61%-
XYZ30.7323.557.34-
YUV130.4688.8179.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=54.72%
G=28.84%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031076100.470.700.2019.4457.7251.76
HexCB6B3D02F4614133a34
Octal3131537505710624237264
Binary110010111101011111101010111110001101010010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B3D; }

 p { color: rgb(203,107,61); }

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

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

 a { background-color: rgb(203,107,61); }

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

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

 span { border-color: rgb(203,107,61); }

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