Html Css Color HEX #65493E Spice

📋 copy color: '#65493E'

red 101 ◦ green 73 ◦ blue 62

#65493E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spice #65493E

Tints of Spice #65493E

RGB

 RED value IS 101 (39.84% from 255) = 42.8%

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 42.8%
G = 30.93%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#65493E (or 0x65493E) is known color: Spice. HEX triplet: 65, 49 and 3E. RGB value is (101,73,62). Sum of RGB (Red+Green+Blue) = 101+73+62=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #65493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65493E is #9AB6C1. Grayscale: #505050. Windows color (decimal): -10139330 or 4082021. OLE color: 4082021.

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

Color convert

RGB 101 73 62 -
CMYK 0 0.28 0.39 0.60
HSL 16.92º 0.24% 0.32% -
HSV(B) 16.92º 0.39% 0.4% -
XYZ 8.62 7.88 5.62 -
YUV 80.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 101 73 62 0 0.28 0.39 0.60 16.92 0.24 0.32
Hex 65 49 3E 0 1C 27 3C 11 18 20
Octal 145 111 76 0 34 47 74 21 30 40
Binary 1100101 1001001 111110 0 11100 100111 111100 10001 11000 100000

Color Harmonies of #65493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65493E

Black with #65493E

Text Example


Text Example

White with #65493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65493E;
 }
 .AnyTagClassName
 {
   color: #65493E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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