#C3BF6E

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

Shades of Dark Khaki #C3BF6E

Tints of Dark Khaki #C3BF6E

Color information

#C3BF6E (or 0xC3BF6E) is unknown color: approx Dark Khaki. HEX triplet: C3, BF and 6E. RGB value is (195,191,110). Sum of RGB (Red+Green+Blue) = 195+191+110=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF6E is #3C4091. Grayscale: #B7B7B7. Windows color (decimal): -3948690 or 7258051. OLE color: 7258051.

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

Color convert

RGB195191110-
CMYK00.020.440.24
HSL57.18º41.46%59.8%-
HSV(B)57.18º43.59%76.47%-
XYZ43.9549.9922.08-
YUV182.9686.83136.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=39.31%
G=38.51%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519111000.020.440.2457.1841.4659.8
HexC3BF6E022C1839293c
Octal303277156025430715174
Binary1100001110111111110111001010110011000111001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF6E; }

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

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

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

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

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

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

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

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