Html Css Color HEX #976752 Dark Tan

📋 copy color: '#976752'

red 151 ◦ green 103 ◦ blue 82

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

Shades of Dark Tan #976752

Tints of Dark Tan #976752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 44.94%
G = 30.65%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#976752 (or 0x976752) is known color: Dark Tan. HEX triplet: 97, 67 and 52. RGB value is (151,103,82). Sum of RGB (Red+Green+Blue) = 151+103+82=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976752 is #6898AD. Grayscale: #737373. Windows color (decimal): -6854830 or 5400471. OLE color: 5400471.

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

Color convert

RGB 151 103 82 -
CMYK 0 0.32 0.46 0.41
HSL 18.26º 0.3% 0.46% -
HSV(B) 18.26º 0.46% 0.59% -
XYZ 19.14 16.89 10.23 -
YUV 114.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 151 103 82 0 0.32 0.46 0.41 18.26 0.3 0.46
Hex 97 67 52 0 20 2E 29 12 1E 2E
Octal 227 147 122 0 40 56 51 22 36 56
Binary 10010111 1100111 1010010 0 100000 101110 101001 10010 11110 101110

Color Harmonies of #976752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976752

Black with #976752

Text Example


Text Example

White with #976752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976752; }

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

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

background-color css

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

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

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

border-color css

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

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

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