Html Css Color HEX #976542 Dark Tan

📋 copy color: '#976542'

red 151 ◦ green 101 ◦ blue 66

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

Shades of Dark Tan #976542

Tints of Dark Tan #976542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 47.48%
G = 31.76%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#976542 (or 0x976542) is known color: Dark Tan. HEX triplet: 97, 65 and 42. RGB value is (151,101,66). Sum of RGB (Red+Green+Blue) = 151+101+66=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #976542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976542 is #689ABD. Grayscale: #707070. Windows color (decimal): -6855358 or 4351383. OLE color: 4351383.

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

Color convert

RGB 151 101 66 -
CMYK 0 0.33 0.56 0.41
HSL 24.71º 0.39% 0.43% -
HSV(B) 24.71º 0.56% 0.59% -
XYZ 18.4 16.28 7.33 -
YUV 111.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 151 101 66 0 0.33 0.56 0.41 24.71 0.39 0.43
Hex 97 65 42 0 21 38 29 19 27 2B
Octal 227 145 102 0 41 70 51 31 47 53
Binary 10010111 1100101 1000010 0 100001 111000 101001 11001 100111 101011

Color Harmonies of #976542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976542

Black with #976542

Text Example


Text Example

White with #976542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976542; }

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

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

background-color css

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

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

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

border-color css

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

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

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