Html Css Color HEX #98605C Rose Taupe

📋 copy color: '#98605C'

red 152 ◦ green 96 ◦ blue 92

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

Shades of Rose Taupe #98605C

Tints of Rose Taupe #98605C

RGB

 RED value IS 152 (59.77% from 255) = 44.71%

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

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

R = 44.71%
G = 28.24%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98605C (or 0x98605C) is known color: Rose Taupe. HEX triplet: 98, 60 and 5C. RGB value is (152,96,92). Sum of RGB (Red+Green+Blue) = 152+96+92=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98605C is #679FA3. Grayscale: #707070. Windows color (decimal): -6791076 or 6054040. OLE color: 6054040.

HSL color Cylindrical-coordinate representation of color #98605C: hue angle of 4º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98605C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 92 -
CMYK 0 0.37 0.39 0.40
HSL 0.25% 0.48% -
HSV(B) 0.39% 0.6% -
XYZ 19.06 15.81 12.17 -
YUV 112.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 152 96 92 0 0.37 0.39 0.40 4 0.25 0.48
Hex 98 60 5C 0 25 27 28 4 19 30
Octal 230 140 134 0 45 47 50 4 31 60
Binary 10011000 1100000 1011100 0 100101 100111 101000 100 11001 110000

Color Harmonies of #98605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98605C

Black with #98605C

Text Example


Text Example

White with #98605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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