#C3B464

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

Shades of Dark Khaki #C3B464

Tints of Dark Khaki #C3B464

Color information

#C3B464 (or 0xC3B464) is unknown color: approx Dark Khaki. HEX triplet: C3, B4 and 64. RGB value is (195,180,100). Sum of RGB (Red+Green+Blue) = 195+180+100=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B464 is #3C4B9B. Grayscale: #AFAFAF. Windows color (decimal): -3951516 or 6599875. OLE color: 6599875.

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

Color convert

RGB195180100-
CMYK00.080.490.24
HSL50.53º44.19%57.84%-
HSV(B)50.53º48.72%76.47%-
XYZ41.1345.1618.61-
YUV175.3685.47142-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=41.05%
G=37.89%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518010000.080.490.2450.5344.1957.84
HexC3B464083118332c3a
Octal3032641440106130635472
Binary110000111011010011001000100011000111000110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B464; }

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

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

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

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

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

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

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

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