#C3B169

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

Shades of Dark Khaki #C3B169

Tints of Dark Khaki #C3B169

Color information

#C3B169 (or 0xC3B169) is unknown color: approx Dark Khaki. HEX triplet: C3, B1 and 69. RGB value is (195,177,105). Sum of RGB (Red+Green+Blue) = 195+177+105=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B169 is #3C4E96. Grayscale: #AEAEAE. Windows color (decimal): -3952279 or 6926787. OLE color: 6926787.

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

Color convert

RGB195177105-
CMYK00.090.460.24
HSL48º42.86%58.82%-
HSV(B)48º46.15%76.47%-
XYZ40.7844.0719.72-
YUV174.1788.96142.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=40.88%
G=37.11%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517710500.090.460.244842.8658.82
HexC3B169092E18302b3b
Octal3032611510115630605373
Binary110000111011000111010010100110111011000110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B169; }

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

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

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

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

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

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

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

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