#C9BC69

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

Shades of Dark Khaki #C9BC69

Tints of Dark Khaki #C9BC69

Color information

#C9BC69 (or 0xC9BC69) is unknown color: approx Dark Khaki. HEX triplet: C9, BC and 69. RGB value is (201,188,105). Sum of RGB (Red+Green+Blue) = 201+188+105=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC69 is #364396. Grayscale: #B6B6B6. Windows color (decimal): -3556247 or 6929609. OLE color: 6929609.

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

Color convert

RGB201188105-
CMYK00.060.480.21
HSL51.88º47.06%60%-
HSV(B)51.88º47.76%78.82%-
XYZ44.6249.420.55-
YUV182.4284.31141.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=40.69%
G=38.06%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118810500.060.480.2151.8847.0660
HexC9BC69063015342f3c
Octal311274151066025645774
Binary11001001101111001101001011011000010101110100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC69; }

 p { color: rgb(201,188,105); }

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

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

 a { background-color: rgb(201,188,105); }

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

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

 span { border-color: rgb(201,188,105); }

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