Html Css Color HEX #976350 Dark Tan

📋 copy color: '#976350'

red 151 ◦ green 99 ◦ blue 80

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

Shades of Dark Tan #976350

Tints of Dark Tan #976350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 45.76%
G = 30%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#976350 (or 0x976350) is known color: Dark Tan. HEX triplet: 97, 63 and 50. RGB value is (151,99,80). Sum of RGB (Red+Green+Blue) = 151+99+80=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #976350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976350 is #689CAF. Grayscale: #707070. Windows color (decimal): -6855856 or 5268375. OLE color: 5268375.

HSL color Cylindrical-coordinate representation of color #976350: hue angle of 16.06º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976350 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 80 -
CMYK 0 0.34 0.47 0.41
HSL 16.06º 0.31% 0.45% -
HSV(B) 16.06º 0.47% 0.59% -
XYZ 18.67 16.08 9.71 -
YUV 112.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 151 99 80 0 0.34 0.47 0.41 16.06 0.31 0.45
Hex 97 63 50 0 22 2F 29 10 1F 2D
Octal 227 143 120 0 42 57 51 20 37 55
Binary 10010111 1100011 1010000 0 100010 101111 101001 10000 11111 101101

Color Harmonies of #976350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976350

Black with #976350

Text Example


Text Example

White with #976350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976350; }

 p { color: rgb(151,99,80); }

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

background-color css

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

 a { background-color: rgb(151,99,80); }

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

border-color css

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

 span { border-color: rgb(151,99,80); }

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