Html Css Color HEX #906362 Rose Taupe

📋 copy color: '#906362'

red 144 ◦ green 99 ◦ blue 98

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

Shades of Rose Taupe #906362

Tints of Rose Taupe #906362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 42.23%
G = 29.03%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#906362 (or 0x906362) is known color: Rose Taupe. HEX triplet: 90, 63 and 62. RGB value is (144,99,98). Sum of RGB (Red+Green+Blue) = 144+99+98=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #906362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906362 is #6F9C9D. Grayscale: #707070. Windows color (decimal): -7314590 or 6448016. OLE color: 6448016.

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

Color convert

RGB 144 99 98 -
CMYK 0 0.31 0.32 0.44
HSL 1.3º 0.19% 0.47% -
HSV(B) 1.3º 0.32% 0.56% -
XYZ 18.17 15.73 13.63 -
YUV 112.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 144 99 98 0 0.31 0.32 0.44 1.3 0.19 0.47
Hex 90 63 62 0 1F 20 2C 1 13 2F
Octal 220 143 142 0 37 40 54 1 23 57
Binary 10010000 1100011 1100010 0 11111 100000 101100 1 10011 101111

Color Harmonies of #906362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906362

Black with #906362

Text Example


Text Example

White with #906362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906362; }

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

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

background-color css

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

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

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

border-color css

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

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

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