#C1B06A

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

Shades of Dark Khaki #C1B06A

Tints of Dark Khaki #C1B06A

Color information

#C1B06A (or 0xC1B06A) is unknown color: approx Dark Khaki. HEX triplet: C1, B0 and 6A. RGB value is (193,176,106). Sum of RGB (Red+Green+Blue) = 193+176+106=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B06A is #3E4F95. Grayscale: #ADADAD. Windows color (decimal): -4083606 or 6992065. OLE color: 6992065.

HSL color Cylindrical-coordinate representation of color #C1B06A: hue angle of 48.28º 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 #C1B06A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB193176106-
CMYK00.090.450.24
HSL48.28º41.23%58.63%-
HSV(B)48.28º45.08%75.69%-
XYZ40.1243.4319.9-
YUV173.190.13142.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=40.63%
G=37.05%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317610600.090.450.2448.2841.2358.63
HexC1B06A092D1830293b
Octal3012601520115530605173
Binary110000011011000011010100100110110111000110000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B06A; }

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

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

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

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

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

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

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

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