Html Css Color HEX #906253 Spicy Mix

📋 copy color: '#906253'

red 144 ◦ green 98 ◦ blue 83

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

Shades of Spicy Mix #906253

Tints of Spicy Mix #906253

RGB

 RED value IS 144 (56.64% from 255) = 44.31%

 GREEN value IS 98 (38.67% from 255) = 30.15%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 44.31%
G = 30.15%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#906253 (or 0x906253) is known color: Spicy Mix. HEX triplet: 90, 62 and 53. RGB value is (144,98,83). Sum of RGB (Red+Green+Blue) = 144+98+83=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #906253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906253 is #6F9DAC. Grayscale: #6E6E6E. Windows color (decimal): -7314861 or 5464720. OLE color: 5464720.

HSL color Cylindrical-coordinate representation of color #906253: hue angle of 14.75º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #906253 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 83 -
CMYK 0 0.32 0.42 0.44
HSL 14.75º 0.27% 0.45% -
HSV(B) 14.75º 0.42% 0.56% -
XYZ 17.43 15.29 10.22 -
YUV 110.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 144 98 83 0 0.32 0.42 0.44 14.75 0.27 0.45
Hex 90 62 53 0 20 2A 2C F 1B 2D
Octal 220 142 123 0 40 52 54 17 33 55
Binary 10010000 1100010 1010011 0 100000 101010 101100 1111 11011 101101

Color Harmonies of #906253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906253

Black with #906253

Text Example


Text Example

White with #906253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906253; }

 p { color: rgb(144,98,83); }

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

background-color css

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

 a { background-color: rgb(144,98,83); }

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

border-color css

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

 span { border-color: rgb(144,98,83); }

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