Html Css Color HEX #66483C Spice

📋 copy color: '#66483C'

red 102 ◦ green 72 ◦ blue 60

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

Shades of Spice #66483C

Tints of Spice #66483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.64%

R = 43.59%
G = 30.77%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66483C (or 0x66483C) is known color: Spice. HEX triplet: 66, 48 and 3C. RGB value is (102,72,60). Sum of RGB (Red+Green+Blue) = 102+72+60=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66483C is #99B7C3. Grayscale: #4F4F4F. Windows color (decimal): -10074052 or 3950694. OLE color: 3950694.

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

Color convert

RGB 102 72 60 -
CMYK 0 0.29 0.41 0.6
HSL 17.14º 0.26% 0.32% -
HSV(B) 17.14º 0.41% 0.4% -
XYZ 8.61 7.79 5.32 -
YUV 79.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 102 72 60 0 0.29 0.41 0.6 17.14 0.26 0.32
Hex 66 48 3C 0 1D 29 3C 11 1A 20
Octal 146 110 74 0 35 51 74 21 32 40
Binary 1100110 1001000 111100 0 11101 101001 111100 10001 11010 100000

Color Harmonies of #66483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66483C

Black with #66483C

Text Example


Text Example

White with #66483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66483C;
 }
 .AnyTagClassName
 {
   color: #66483C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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