#C1B464

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

Shades of Dark Khaki #C1B464

Tints of Dark Khaki #C1B464

Color information

#C1B464 (or 0xC1B464) is unknown color: approx Dark Khaki. HEX triplet: C1, B4 and 64. RGB value is (193,180,100). Sum of RGB (Red+Green+Blue) = 193+180+100=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B464 is #3E4B9B. Grayscale: #AFAFAF. Windows color (decimal): -4082588 or 6599873. OLE color: 6599873.

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

Color convert

RGB193180100-
CMYK00.070.480.24
HSL51.61º42.86%57.45%-
HSV(B)51.61º48.19%75.69%-
XYZ40.6144.918.58-
YUV174.7785.81141-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=40.80%
G=38.05%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318010000.070.480.2451.6142.8657.45
HexC1B464073018342b39
Octal301264144076030645371
Binary11000001101101001100100011111000011000110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B464; }

 p { color: rgb(193,180,100); }

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

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

 a { background-color: rgb(193,180,100); }

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

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

 span { border-color: rgb(193,180,100); }

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