Html Css Color HEX #9B605C Rose Taupe

📋 copy color: '#9B605C'

red 155 ◦ green 96 ◦ blue 92

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

Shades of Rose Taupe #9B605C

Tints of Rose Taupe #9B605C

RGB

 RED value IS 155 (60.94% from 255) = 45.19%

 GREEN value IS 96 (37.89% from 255) = 27.99%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 45.19%
G = 27.99%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B605C (or 0x9B605C) is known color: Rose Taupe. HEX triplet: 9B, 60 and 5C. RGB value is (155,96,92). Sum of RGB (Red+Green+Blue) = 155+96+92=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B605C is #649FA3. Grayscale: #717171. Windows color (decimal): -6594468 or 6054043. OLE color: 6054043.

HSL color Cylindrical-coordinate representation of color #9B605C: hue angle of 3.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B605C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 92 -
CMYK 0 0.38 0.41 0.39
HSL 3.81º 0.26% 0.48% -
HSV(B) 3.81º 0.41% 0.61% -
XYZ 19.63 16.11 12.2 -
YUV 113.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 155 96 92 0 0.38 0.41 0.39 3.81 0.26 0.48
Hex 9B 60 5C 0 26 29 27 4 1A 30
Octal 233 140 134 0 46 51 47 4 32 60
Binary 10011011 1100000 1011100 0 100110 101001 100111 100 11010 110000

Color Harmonies of #9B605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B605C

Black with #9B605C

Text Example


Text Example

White with #9B605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B605C; }

 p { color: rgb(155,96,92); }

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

background-color css

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

 a { background-color: rgb(155,96,92); }

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

border-color css

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

 span { border-color: rgb(155,96,92); }

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