#CBC36B

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

Shades of Dark Khaki #CBC36B

Tints of Dark Khaki #CBC36B

Color information

#CBC36B (or 0xCBC36B) is unknown color: approx Dark Khaki. HEX triplet: CB, C3 and 6B. RGB value is (203,195,107). Sum of RGB (Red+Green+Blue) = 203+195+107=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC36B is #343C94. Grayscale: #BBBBBB. Windows color (decimal): -3423381 or 7062475. OLE color: 7062475.

HSL color Cylindrical-coordinate representation of color #CBC36B: hue angle of 55º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBC36B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203195107-
CMYK00.040.470.20
HSL55º48%60.78%-
HSV(B)55º47.29%79.61%-
XYZ46.852.7921.63-
YUV187.3682.65139.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=40.20%
G=38.61%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319510700.040.470.20554860.78
HexCBC36B042F1437303d
Octal313303153045724676075
Binary11001011110000111101011010010111110100110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC36B; }

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

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

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

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

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

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

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

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