Html Css Color HEX #66483D Spice

📋 copy color: '#66483D'

red 102 ◦ green 72 ◦ blue 61

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

Shades of Spice #66483D

Tints of Spice #66483D

RGB

 RED value IS 102 (40.23% from 255) = 43.4%

 GREEN value IS 72 (28.52% from 255) = 30.64%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 43.4%
G = 30.64%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

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

RGB 102 72 61 -
CMYK 0 0.29 0.40 0.6
HSL 16.1º 0.25% 0.32% -
HSV(B) 16.1º 0.4% 0.4% -
XYZ 8.64 7.8 5.46 -
YUV 79.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 102 72 61 0 0.29 0.40 0.6 16.1 0.25 0.32
Hex 66 48 3D 0 1D 28 3C 10 19 20
Octal 146 110 75 0 35 50 74 20 31 40
Binary 1100110 1001000 111101 0 11101 101000 111100 10000 11001 100000

Color Harmonies of #66483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66483D

Black with #66483D

Text Example


Text Example

White with #66483D

Text Example


Text Example

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