#C1BB6F

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

Shades of Dark Khaki #C1BB6F

Tints of Dark Khaki #C1BB6F

Color information

#C1BB6F (or 0xC1BB6F) is unknown color: approx Dark Khaki. HEX triplet: C1, BB and 6F. RGB value is (193,187,111). Sum of RGB (Red+Green+Blue) = 193+187+111=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB6F is #3E4490. Grayscale: #B4B4B4. Windows color (decimal): -4080785 or 7322561. OLE color: 7322561.

HSL color Cylindrical-coordinate representation of color #C1BB6F: hue angle of 55.61º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1BB6F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193187111-
CMYK00.030.420.24
HSL55.61º39.81%59.61%-
HSV(B)55.61º42.49%75.69%-
XYZ42.6348.0322.06-
YUV180.1388.99137.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 111 (43.75% from 255) = 22.61%
R=39.31%
G=38.09%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318711100.030.420.2455.6139.8159.61
HexC1BB6F032A1838283c
Octal301273157035230705074
Binary1100000110111011110111101110101011000111000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB6F; }

 p { color: rgb(193,187,111); }

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

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

 a { background-color: rgb(193,187,111); }

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

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

 span { border-color: rgb(193,187,111); }

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