Html Css Color HEX #906462 Rose Taupe

📋 copy color: '#906462'

red 144 ◦ green 100 ◦ blue 98

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

Shades of Rose Taupe #906462

Tints of Rose Taupe #906462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 42.11%
G = 29.24%
B = 28.65%

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

#906462 (or 0x906462) is known color: Rose Taupe. HEX triplet: 90, 64 and 62. RGB value is (144,100,98). Sum of RGB (Red+Green+Blue) = 144+100+98=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #906462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906462 is #6F9B9D. Grayscale: #707070. Windows color (decimal): -7314334 or 6448272. OLE color: 6448272.

HSL color Cylindrical-coordinate representation of color #906462: hue angle of 2.61º 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 #906462 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 100 98 -
CMYK 0 0.31 0.32 0.44
HSL 2.61º 0.19% 0.47% -
HSV(B) 2.61º 0.32% 0.56% -
XYZ 18.26 15.93 13.67 -
YUV 112.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 144 100 98 0 0.31 0.32 0.44 2.61 0.19 0.47
Hex 90 64 62 0 1F 20 2C 3 13 2F
Octal 220 144 142 0 37 40 54 3 23 57
Binary 10010000 1100100 1100010 0 11111 100000 101100 11 10011 101111

Color Harmonies of #906462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906462

Black with #906462

Text Example


Text Example

White with #906462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906462; }

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

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

background-color css

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

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

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

border-color css

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

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

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