#C3C36A

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

Shades of Dark Khaki #C3C36A

Tints of Dark Khaki #C3C36A

Color information

#C3C36A (or 0xC3C36A) is unknown color: approx Dark Khaki. HEX triplet: C3, C3 and 6A. RGB value is (195,195,106). Sum of RGB (Red+Green+Blue) = 195+195+106=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C36A is #3C3C95. Grayscale: #B9B9B9. Windows color (decimal): -3947670 or 6996931. OLE color: 6996931.

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

Color convert

RGB195195106-
CMYK000.460.24
HSL60º42.58%59.02%-
HSV(B)60º45.64%76.47%-
XYZ44.6251.6721.26-
YUV184.8583.5135.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=39.31%
G=39.31%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195195106000.460.246042.5859.02
HexC3C36A002E183c2b3b
Octal303303152005630745373
Binary110000111100001111010100010111011000111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C36A; }

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

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

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

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

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

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

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

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