#C3B862

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

Shades of Dark Khaki #C3B862

Tints of Dark Khaki #C3B862

Color information

#C3B862 (or 0xC3B862) is unknown color: approx Dark Khaki. HEX triplet: C3, B8 and 62. RGB value is (195,184,98). Sum of RGB (Red+Green+Blue) = 195+184+98=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B862 is #3C479D. Grayscale: #B1B1B1. Windows color (decimal): -3950494 or 6469827. OLE color: 6469827.

HSL color Cylindrical-coordinate representation of color #C3B862: hue angle of 53.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3B862 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19518498-
CMYK00.060.500.24
HSL53.2º44.7%57.45%-
HSV(B)53.2º49.74%76.47%-
XYZ41.8546.7618.38-
YUV177.4883.14140.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 98 (38.67% from 255) = 20.55%
R=40.88%
G=38.57%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951849800.060.500.2453.244.757.45
HexC3B862063218352d39
Octal303270142066230655571
Binary11000011101110001100010011011001011000110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B862; }

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

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

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

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

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

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

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

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