#CBBE6F

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

Shades of Dark Khaki #CBBE6F

Tints of Dark Khaki #CBBE6F

Color information

#CBBE6F (or 0xCBBE6F) is unknown color: approx Dark Khaki. HEX triplet: CB, BE and 6F. RGB value is (203,190,111). Sum of RGB (Red+Green+Blue) = 203+190+111=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE6F is #344190. Grayscale: #B9B9B9. Windows color (decimal): -3424657 or 7323339. OLE color: 7323339.

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

Color convert

RGB203190111-
CMYK00.060.450.20
HSL51.52º46.94%61.57%-
HSV(B)51.52º45.32%79.61%-
XYZ45.9150.6722.4-
YUV184.8886.31140.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=40.28%
G=37.70%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319011100.060.450.2051.5246.9461.57
HexCBBE6F062D14342f3e
Octal313276157065524645776
Binary11001011101111101101111011010110110100110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE6F; }

 p { color: rgb(203,190,111); }

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

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

 a { background-color: rgb(203,190,111); }

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

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

 span { border-color: rgb(203,190,111); }

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