#C3B86D

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

Shades of Dark Khaki #C3B86D

Tints of Dark Khaki #C3B86D

Color information

#C3B86D (or 0xC3B86D) is unknown color: approx Dark Khaki. HEX triplet: C3, B8 and 6D. RGB value is (195,184,109). Sum of RGB (Red+Green+Blue) = 195+184+109=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B86D is #3C4792. Grayscale: #B3B3B3. Windows color (decimal): -3950483 or 7190723. OLE color: 7190723.

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

Color convert

RGB195184109-
CMYK00.060.440.24
HSL52.33º41.75%59.61%-
HSV(B)52.33º44.1%76.47%-
XYZ42.4146.9921.3-
YUV178.7488.64139.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=39.96%
G=37.70%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518410900.060.440.2452.3341.7559.61
HexC3B86D062C18342a3c
Octal303270155065430645274
Binary11000011101110001101101011010110011000110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B86D; }

 p { color: rgb(195,184,109); }

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

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

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

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

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

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

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