#C3BA6E

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

Shades of Dark Khaki #C3BA6E

Tints of Dark Khaki #C3BA6E

Color information

#C3BA6E (or 0xC3BA6E) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 6E. RGB value is (195,186,110). Sum of RGB (Red+Green+Blue) = 195+186+110=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA6E is #3C4591. Grayscale: #B4B4B4. Windows color (decimal): -3949970 or 7256771. OLE color: 7256771.

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

Color convert

RGB195186110-
CMYK00.050.440.24
HSL53.65º41.46%59.8%-
HSV(B)53.65º43.59%76.47%-
XYZ42.8847.8521.73-
YUV180.0388.48138.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=39.71%
G=37.88%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518611000.050.440.2453.6541.4659.8
HexC3BA6E052C1836293c
Octal303272156055430665174
Binary11000011101110101101110010110110011000110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA6E; }

 p { color: rgb(195,186,110); }

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

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

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

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

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

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

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