Html Css Color HEX #916461 Rose Taupe

📋 copy color: '#916461'

red 145 ◦ green 100 ◦ blue 97

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

Shades of Rose Taupe #916461

Tints of Rose Taupe #916461

RGB

 RED value IS 145 (57.03% from 255) = 42.4%

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 42.4%
G = 29.24%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#916461 (or 0x916461) is known color: Rose Taupe. HEX triplet: 91, 64 and 61. RGB value is (145,100,97). Sum of RGB (Red+Green+Blue) = 145+100+97=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #916461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916461 is #6E9B9E. Grayscale: #717171. Windows color (decimal): -7248799 or 6382737. OLE color: 6382737.

HSL color Cylindrical-coordinate representation of color #916461: hue angle of 3.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916461 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 100 97 -
CMYK 0 0.31 0.33 0.43
HSL 3.75º 0.2% 0.47% -
HSV(B) 3.75º 0.33% 0.57% -
XYZ 18.39 16 13.43 -
YUV 113.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 145 100 97 0 0.31 0.33 0.43 3.75 0.2 0.47
Hex 91 64 61 0 1F 21 2B 4 14 2F
Octal 221 144 141 0 37 41 53 4 24 57
Binary 10010001 1100100 1100001 0 11111 100001 101011 100 10100 101111

Color Harmonies of #916461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916461

Black with #916461

Text Example


Text Example

White with #916461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916461; }

 p { color: rgb(145,100,97); }

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

background-color css

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

 a { background-color: rgb(145,100,97); }

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

border-color css

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

 span { border-color: rgb(145,100,97); }

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