#C4B763

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

Shades of Dark Khaki #C4B763

Tints of Dark Khaki #C4B763

Color information

#C4B763 (or 0xC4B763) is unknown color: approx Dark Khaki. HEX triplet: C4, B7 and 63. RGB value is (196,183,99). Sum of RGB (Red+Green+Blue) = 196+183+99=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B763 is #3B489C. Grayscale: #B1B1B1. Windows color (decimal): -3885213 or 6535108. OLE color: 6535108.

HSL color Cylindrical-coordinate representation of color #C4B763: hue angle of 51.96º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4B763 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19618399-
CMYK00.070.490.23
HSL51.96º45.12%57.84%-
HSV(B)51.96º49.49%76.86%-
XYZ41.9546.518.57-
YUV177.3183.81141.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 99 (39.06% from 255) = 20.71%
R=41.00%
G=38.28%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961839900.070.490.2351.9645.1257.84
HexC4B763073117342d3a
Octal304267143076127645572
Binary11000100101101111100011011111000110111110100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B763; }

 p { color: rgb(196,183,99); }

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

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

 a { background-color: rgb(196,183,99); }

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

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

 span { border-color: rgb(196,183,99); }

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