#65493D

Color #65493D Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #65493D

Tints of Spice #65493D

Color information

#65493D (or 0x65493D) is unknown color: approx Spice. HEX triplet: 65, 49 and 3D. RGB value is (101,73,61). Sum of RGB (Red+Green+Blue) = 101+73+61=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #65493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65493D is #9AB6C2. Grayscale: #505050. Windows color (decimal): -10139331 or 4016485. OLE color: 4016485.

HSL color Cylindrical-coordinate representation of color #65493D: hue angle of 18º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65493D is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1017361-
CMYK00.280.400.60
HSL18º24.69%31.76%-
HSV(B)18º39.6%39.61%-
XYZ8.597.875.48-
YUV80117.28142.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.98%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=42.98%
G=31.06%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101736100.280.400.601824.6931.76
Hex65493D01C283C121920
Octal145111750345074223140
Binary110010110010011111010111001010001111001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65493D; }

 p { color: rgb(101,73,61); }

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

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

 a { background-color: rgb(101,73,61); }

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

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

 span { border-color: rgb(101,73,61); }

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