#C1B169

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

Shades of Dark Khaki #C1B169

Tints of Dark Khaki #C1B169

Color information

#C1B169 (or 0xC1B169) is unknown color: approx Dark Khaki. HEX triplet: C1, B1 and 69. RGB value is (193,177,105). Sum of RGB (Red+Green+Blue) = 193+177+105=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B169 is #3E4E96. Grayscale: #ADADAD. Windows color (decimal): -4083351 or 6926785. OLE color: 6926785.

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

Color convert

RGB193177105-
CMYK00.080.460.24
HSL49.09º41.51%58.43%-
HSV(B)49.09º45.6%75.69%-
XYZ40.2643.819.7-
YUV173.5889.3141.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=40.63%
G=37.26%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317710500.080.460.2449.0941.5158.43
HexC1B169082E18312a3a
Octal3012611510105630615272
Binary110000011011000111010010100010111011000110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B169; }

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

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

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

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

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

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

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

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