#C8BB6D

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

Shades of Dark Khaki #C8BB6D

Tints of Dark Khaki #C8BB6D

Color information

#C8BB6D (or 0xC8BB6D) is unknown color: approx Dark Khaki. HEX triplet: C8, BB and 6D. RGB value is (200,187,109). Sum of RGB (Red+Green+Blue) = 200+187+109=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB6D is #374492. Grayscale: #B6B6B6. Windows color (decimal): -3622035 or 7191496. OLE color: 7191496.

HSL color Cylindrical-coordinate representation of color #C8BB6D: hue angle of 51.43º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8BB6D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200187109-
CMYK00.060.460.22
HSL51.43º45.27%60.59%-
HSV(B)51.43º45.5%78.43%-
XYZ44.3548.9221.57-
YUV181.9986.81140.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=40.32%
G=37.70%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018710900.060.460.2251.4345.2760.59
HexC8BB6D062E16332d3d
Octal310273155065626635575
Binary11001000101110111101101011010111010110110011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BB6D; }

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

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

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

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

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

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

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

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