Html Css Color HEX #65493D Spice

📋 copy color: '#65493D'

red 101 ◦ green 73 ◦ blue 61

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

Shades of Spice #65493D

Tints of Spice #65493D

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 value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65493D (or 0x65493D) is known color: 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

RGB 101 73 61 -
CMYK 0 0.28 0.40 0.60
HSL 18º 0.25% 0.32% -
HSV(B) 18º 0.4% 0.4% -
XYZ 8.59 7.87 5.48 -
YUV 80 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 101 73 61 0 0.28 0.40 0.60 18 0.25 0.32
Hex 65 49 3D 0 1C 28 3C 12 19 20
Octal 145 111 75 0 34 50 74 22 31 40
Binary 1100101 1001001 111101 0 11100 101000 111100 10010 11001 100000

Color Harmonies of #65493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65493D

Black with #65493D

Text Example


Text Example

White with #65493D

Text Example


Text Example

HTML Codes & Css Web 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>