Html Css Color HEX #976755 Dark Tan

📋 copy color: '#976755'

red 151 ◦ green 103 ◦ blue 85

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

Shades of Dark Tan #976755

Tints of Dark Tan #976755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 44.54%
G = 30.38%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976755 (or 0x976755) is known color: Dark Tan. HEX triplet: 97, 67 and 55. RGB value is (151,103,85). Sum of RGB (Red+Green+Blue) = 151+103+85=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #976755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976755 is #6898AA. Grayscale: #737373. Windows color (decimal): -6854827 or 5597079. OLE color: 5597079.

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

Color convert

RGB 151 103 85 -
CMYK 0 0.32 0.44 0.41
HSL 16.36º 0.28% 0.46% -
HSV(B) 16.36º 0.44% 0.59% -
XYZ 19.25 16.94 10.85 -
YUV 115.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 151 103 85 0 0.32 0.44 0.41 16.36 0.28 0.46
Hex 97 67 55 0 20 2C 29 10 1C 2E
Octal 227 147 125 0 40 54 51 20 34 56
Binary 10010111 1100111 1010101 0 100000 101100 101001 10000 11100 101110

Color Harmonies of #976755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976755

Black with #976755

Text Example


Text Example

White with #976755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976755; }

 p { color: rgb(151,103,85); }

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

background-color css

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

 a { background-color: rgb(151,103,85); }

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

border-color css

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

 span { border-color: rgb(151,103,85); }

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