#C3C36E

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

Shades of Dark Khaki #C3C36E

Tints of Dark Khaki #C3C36E

Color information

#C3C36E (or 0xC3C36E) is unknown color: approx Dark Khaki. HEX triplet: C3, C3 and 6E. RGB value is (195,195,110). Sum of RGB (Red+Green+Blue) = 195+195+110=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C36E is #3C3C91. Grayscale: #B9B9B9. Windows color (decimal): -3947666 or 7259075. OLE color: 7259075.

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

Color convert

RGB195195110-
CMYK000.440.24
HSL60º41.46%59.8%-
HSV(B)60º43.59%76.47%-
XYZ44.8451.7622.38-
YUV185.3185.5134.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 110 (43.36% from 255) = 22%
R=39%
G=39%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195195110000.440.246041.4659.8
HexC3C36E002C183c293c
Octal303303156005430745174
Binary110000111100001111011100010110011000111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C36E; }

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

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

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

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

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

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

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

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