Html Css Color HEX #976148 Dark Tan

📋 copy color: '#976148'

red 151 ◦ green 97 ◦ blue 72

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

Shades of Dark Tan #976148

Tints of Dark Tan #976148

RGB

 RED value IS 151 (59.38% from 255) = 47.19%

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 47.19%
G = 30.31%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#976148 (or 0x976148) is known color: Dark Tan. HEX triplet: 97, 61 and 48. RGB value is (151,97,72). Sum of RGB (Red+Green+Blue) = 151+97+72=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #976148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976148 is #689EB7. Grayscale: #6E6E6E. Windows color (decimal): -6856376 or 4743575. OLE color: 4743575.

HSL color Cylindrical-coordinate representation of color #976148: hue angle of 18.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976148 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 97 72 -
CMYK 0 0.36 0.52 0.41
HSL 18.99º 0.35% 0.44% -
HSV(B) 18.99º 0.52% 0.59% -
XYZ 18.21 15.6 8.18 -
YUV 110.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 151 97 72 0 0.36 0.52 0.41 18.99 0.35 0.44
Hex 97 61 48 0 24 34 29 13 23 2C
Octal 227 141 110 0 44 64 51 23 43 54
Binary 10010111 1100001 1001000 0 100100 110100 101001 10011 100011 101100

Color Harmonies of #976148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976148

Black with #976148

Text Example


Text Example

White with #976148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976148; }

 p { color: rgb(151,97,72); }

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

background-color css

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

 a { background-color: rgb(151,97,72); }

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

border-color css

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

 span { border-color: rgb(151,97,72); }

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