#90634b

Color #90634B Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #90634B

Tints of Spicy Mix #90634B

Color information

#90634B (or 0x90634B) is unknown color: approx Spicy Mix. HEX triplet: 90, 63 and 4B. RGB value is (144,99,75). Sum of RGB (Red+Green+Blue) = 144+99+75=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90634B is #6F9CB4. Grayscale: #6D6D6D. Windows color (decimal): -7314613 or 4940688. OLE color: 4940688.

HSL color Cylindrical-coordinate representation of color #90634B: hue angle of 20.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90634B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1449975-
CMYK00.310.480.44
HSL20.87º31.51%42.94%-
HSV(B)20.87º47.92%56.47%-
XYZ17.2315.368.71-
YUV109.72108.41152.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=45.28%
G=31.13%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144997500.310.480.4420.8731.5142.94
Hex90634B01F302C15202b
Octal2201431130376054254053
Binary100100001100011100101101111111000010110010101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90634b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90634b; }

 p { color: rgb(144,99,75); }

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

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

 a { background-color: rgb(144,99,75); }

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

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

 span { border-color: rgb(144,99,75); }

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