#C5BF6A

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

Shades of Dark Khaki #C5BF6A

Tints of Dark Khaki #C5BF6A

Color information

#C5BF6A (or 0xC5BF6A) is unknown color: approx Dark Khaki. HEX triplet: C5, BF and 6A. RGB value is (197,191,106). Sum of RGB (Red+Green+Blue) = 197+191+106=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF6A is #3A4095. Grayscale: #B7B7B7. Windows color (decimal): -3817622 or 6995909. OLE color: 6995909.

HSL color Cylindrical-coordinate representation of color #C5BF6A: hue angle of 56.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5BF6A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB197191106-
CMYK00.030.460.23
HSL56.04º43.96%59.41%-
HSV(B)56.04º46.19%77.25%-
XYZ44.2650.1720.99-
YUV183.184.49137.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=39.88%
G=38.66%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719110600.030.460.2356.0443.9659.41
HexC5BF6A032E17382c3b
Octal305277152035627705473
Binary1100010110111111110101001110111010111111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF6A; }

 p { color: rgb(197,191,106); }

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

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

 a { background-color: rgb(197,191,106); }

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

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

 span { border-color: rgb(197,191,106); }

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