#c3b86a

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

Shades of Dark Khaki #C3B86A

Tints of Dark Khaki #C3B86A

Color information

#C3B86A (or 0xC3B86A) is unknown color: approx Dark Khaki. HEX triplet: C3, B8 and 6A. RGB value is (195,184,106). Sum of RGB (Red+Green+Blue) = 195+184+106=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B86A is #3C4795. Grayscale: #B2B2B2. Windows color (decimal): -3950486 or 6994115. OLE color: 6994115.

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

Color convert

RGB195184106-
CMYK00.060.460.24
HSL52.58º42.58%59.02%-
HSV(B)52.58º45.64%76.47%-
XYZ42.2546.9220.47-
YUV178.487.14139.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=40.21%
G=37.94%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518410600.060.460.2452.5842.5859.02
HexC3B86A062E18352b3b
Octal303270152065630655373
Binary11000011101110001101010011010111011000110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3b86a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3b86a; }

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

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

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

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

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

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

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

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