#C3B86F

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

Shades of Dark Khaki #C3B86F

Tints of Dark Khaki #C3B86F

Color information

#C3B86F (or 0xC3B86F) is unknown color: approx Dark Khaki. HEX triplet: C3, B8 and 6F. RGB value is (195,184,111). Sum of RGB (Red+Green+Blue) = 195+184+111=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B86F is #3C4790. Grayscale: #B3B3B3. Windows color (decimal): -3950481 or 7321795. OLE color: 7321795.

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

Color convert

RGB195184111-
CMYK00.060.430.24
HSL52.14º41.18%60%-
HSV(B)52.14º43.08%76.47%-
XYZ42.5247.0321.88-
YUV178.9789.64139.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=39.80%
G=37.55%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518411100.060.430.2452.1441.1860
HexC3B86F062B1834293c
Octal303270157065330645174
Binary11000011101110001101111011010101111000110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B86F; }

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

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

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

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

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

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

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

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