#C3B36E

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

Shades of Dark Khaki #C3B36E

Tints of Dark Khaki #C3B36E

Color information

#C3B36E (or 0xC3B36E) is unknown color: approx Dark Khaki. HEX triplet: C3, B3 and 6E. RGB value is (195,179,110). Sum of RGB (Red+Green+Blue) = 195+179+110=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B36E is #3C4C91. Grayscale: #B0B0B0. Windows color (decimal): -3951762 or 7254979. OLE color: 7254979.

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

Color convert

RGB195179110-
CMYK00.080.440.24
HSL48.71º41.46%59.8%-
HSV(B)48.71º43.59%76.47%-
XYZ41.4444.9721.25-
YUV175.9290.8141.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=40.29%
G=36.98%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517911000.080.440.2448.7141.4659.8
HexC3B36E082C1831293c
Octal3032631560105430615174
Binary110000111011001111011100100010110011000110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B36E; }

 p { color: rgb(195,179,110); }

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

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

 a { background-color: rgb(195,179,110); }

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

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

 span { border-color: rgb(195,179,110); }

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