#C1BC6C

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

Shades of Dark Khaki #C1BC6C

Tints of Dark Khaki #C1BC6C

Color information

#C1BC6C (or 0xC1BC6C) is unknown color: approx Dark Khaki. HEX triplet: C1, BC and 6C. RGB value is (193,188,108). Sum of RGB (Red+Green+Blue) = 193+188+108=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC6C is #3E4393. Grayscale: #B4B4B4. Windows color (decimal): -4080532 or 7126209. OLE color: 7126209.

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

Color convert

RGB193188108-
CMYK00.030.440.24
HSL56.47º40.67%59.02%-
HSV(B)56.47º44.04%75.69%-
XYZ42.6848.3921.28-
YUV180.3887.16137-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=39.47%
G=38.45%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318810800.030.440.2456.4740.6759.02
HexC1BC6C032C1838293b
Octal301274154035430705173
Binary1100000110111100110110001110110011000111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC6C; }

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

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

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

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

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

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

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

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