#C1BC6A

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

Shades of Dark Khaki #C1BC6A

Tints of Dark Khaki #C1BC6A

Color information

#C1BC6A (or 0xC1BC6A) is unknown color: approx Dark Khaki. HEX triplet: C1, BC and 6A. RGB value is (193,188,106). Sum of RGB (Red+Green+Blue) = 193+188+106=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC6A is #3E4395. Grayscale: #B4B4B4. Windows color (decimal): -4080534 or 6995137. OLE color: 6995137.

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

Color convert

RGB193188106-
CMYK00.030.450.24
HSL56.55º41.23%58.63%-
HSV(B)56.55º45.08%75.69%-
XYZ42.5848.3420.72-
YUV180.1586.16137.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=39.63%
G=38.60%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318810600.030.450.2456.5541.2358.63
HexC1BC6A032D1839293b
Octal301274152035530715173
Binary1100000110111100110101001110110111000111001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC6A; }

 p { color: rgb(193,188,106); }

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

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

 a { background-color: rgb(193,188,106); }

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

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

 span { border-color: rgb(193,188,106); }

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