#C1B16E

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

Shades of Dark Khaki #C1B16E

Tints of Dark Khaki #C1B16E

Color information

#C1B16E (or 0xC1B16E) is unknown color: approx Dark Khaki. HEX triplet: C1, B1 and 6E. RGB value is (193,177,110). Sum of RGB (Red+Green+Blue) = 193+177+110=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B16E is #3E4E91. Grayscale: #AEAEAE. Windows color (decimal): -4083346 or 7254465. OLE color: 7254465.

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

Color convert

RGB193177110-
CMYK00.080.430.24
HSL48.43º40.1%59.41%-
HSV(B)48.43º43.01%75.69%-
XYZ40.5343.9121.09-
YUV174.1591.8141.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=40.21%
G=36.88%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317711000.080.430.2448.4340.159.41
HexC1B16E082B1830283b
Octal3012611560105330605073
Binary110000011011000111011100100010101111000110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B16E; }

 p { color: rgb(193,177,110); }

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

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

 a { background-color: rgb(193,177,110); }

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

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

 span { border-color: rgb(193,177,110); }

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