#CABB6D

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

Shades of Dark Khaki #CABB6D

Tints of Dark Khaki #CABB6D

Color information

#CABB6D (or 0xCABB6D) is unknown color: approx Dark Khaki. HEX triplet: CA, BB and 6D. RGB value is (202,187,109). Sum of RGB (Red+Green+Blue) = 202+187+109=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB6D is #354492. Grayscale: #B6B6B6. Windows color (decimal): -3490963 or 7191498. OLE color: 7191498.

HSL color Cylindrical-coordinate representation of color #CABB6D: hue angle of 50.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CABB6D is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202187109-
CMYK00.070.460.21
HSL50.32º46.73%60.98%-
HSV(B)50.32º46.04%79.22%-
XYZ44.8949.221.6-
YUV182.5986.47141.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=40.56%
G=37.55%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218710900.070.460.2150.3246.7360.98
HexCABB6D072E15322f3d
Octal312273155075625625775
Binary11001010101110111101101011110111010101110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB6D; }

 p { color: rgb(202,187,109); }

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

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

 a { background-color: rgb(202,187,109); }

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

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

 span { border-color: rgb(202,187,109); }

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