#66483D

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

Shades of Spice #66483D

Tints of Spice #66483D

Color information

#66483D (or 0x66483D) is unknown color: approx Spice. HEX triplet: 66, 48 and 3D. RGB value is (102,72,61). Sum of RGB (Red+Green+Blue) = 102+72+61=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66483D is #99B7C2. Grayscale: #4F4F4F. Windows color (decimal): -10074051 or 4016230. OLE color: 4016230.

HSL color Cylindrical-coordinate representation of color #66483D: hue angle of 16.1º 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 #66483D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1027261-
CMYK00.290.400.6
HSL16.1º25.15%31.96%-
HSV(B)16.1º40.2%40%-
XYZ8.647.85.46-
YUV79.72117.44143.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=43.40%
G=30.64%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102726100.290.400.616.125.1531.96
Hex66483D01D283C101920
Octal146110750355074203140
Binary110011010010001111010111011010001111001000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,72,61); }

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

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

 a { background-color: rgb(102,72,61); }

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

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

 span { border-color: rgb(102,72,61); }

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