Html Css Color HEX #976553 Dark Tan

📋 copy color: '#976553'

red 151 ◦ green 101 ◦ blue 83

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

Shades of Dark Tan #976553

Tints of Dark Tan #976553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 45.07%
G = 30.15%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#976553 (or 0x976553) is known color: Dark Tan. HEX triplet: 97, 65 and 53. RGB value is (151,101,83). Sum of RGB (Red+Green+Blue) = 151+101+83=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976553 is #689AAC. Grayscale: #727272. Windows color (decimal): -6855341 or 5465495. OLE color: 5465495.

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

Color convert

RGB 151 101 83 -
CMYK 0 0.33 0.45 0.41
HSL 15.88º 0.29% 0.46% -
HSV(B) 15.88º 0.45% 0.59% -
XYZ 18.98 16.51 10.37 -
YUV 113.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 151 101 83 0 0.33 0.45 0.41 15.88 0.29 0.46
Hex 97 65 53 0 21 2D 29 10 1D 2E
Octal 227 145 123 0 41 55 51 20 35 56
Binary 10010111 1100101 1010011 0 100001 101101 101001 10000 11101 101110

Color Harmonies of #976553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976553

Black with #976553

Text Example


Text Example

White with #976553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976553; }

 p { color: rgb(151,101,83); }

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

background-color css

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

 a { background-color: rgb(151,101,83); }

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

border-color css

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

 span { border-color: rgb(151,101,83); }

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