#65483C

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

Shades of Spice #65483C

Tints of Spice #65483C

Color information

#65483C (or 0x65483C) is unknown color: approx Spice. HEX triplet: 65, 48 and 3C. RGB value is (101,72,60). Sum of RGB (Red+Green+Blue) = 101+72+60=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65483C is #9AB7C3. Grayscale: #4F4F4F. Windows color (decimal): -10139588 or 3950693. OLE color: 3950693.

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

Color convert

RGB1017260-
CMYK00.290.410.60
HSL17.56º25.47%31.57%-
HSV(B)17.56º40.59%39.61%-
XYZ8.57.735.32-
YUV79.3117.11143.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=43.35%
G=30.90%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101726000.290.410.6017.5625.4731.57
Hex65483C01D293C121920
Octal145110740355174223140
Binary110010110010001111000111011010011111001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65483C; }

 p { color: rgb(101,72,60); }

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

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

 a { background-color: rgb(101,72,60); }

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

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

 span { border-color: rgb(101,72,60); }

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