#C1B963

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

Shades of Dark Khaki #C1B963

Tints of Dark Khaki #C1B963

Color information

#C1B963 (or 0xC1B963) is unknown color: approx Dark Khaki. HEX triplet: C1, B9 and 63. RGB value is (193,185,99). Sum of RGB (Red+Green+Blue) = 193+185+99=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B963 is #3E469C. Grayscale: #B1B1B1. Windows color (decimal): -4081309 or 6535617. OLE color: 6535617.

HSL color Cylindrical-coordinate representation of color #C1B963: hue angle of 54.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1B963 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19318599-
CMYK00.040.490.24
HSL54.89º43.12%57.25%-
HSV(B)54.89º48.7%75.69%-
XYZ41.5946.9418.67-
YUV177.5983.65138.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=40.46%
G=38.78%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931859900.040.490.2454.8943.1257.25
HexC1B963043118372b39
Octal301271143046130675371
Binary11000001101110011100011010011000111000110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B963; }

 p { color: rgb(193,185,99); }

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

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

 a { background-color: rgb(193,185,99); }

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

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

 span { border-color: rgb(193,185,99); }

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