Html Css Color HEX #976942 Dark Tan

📋 copy color: '#976942'

red 151 ◦ green 105 ◦ blue 66

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

Shades of Dark Tan #976942

Tints of Dark Tan #976942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.61%

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

R = 46.89%
G = 32.61%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#976942 (or 0x976942) is known color: Dark Tan. HEX triplet: 97, 69 and 42. RGB value is (151,105,66). Sum of RGB (Red+Green+Blue) = 151+105+66=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #976942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976942 is #6896BD. Grayscale: #727272. Windows color (decimal): -6854334 or 4352407. OLE color: 4352407.

HSL color Cylindrical-coordinate representation of color #976942: hue angle of 27.53º 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 #976942 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 105 66 -
CMYK 0 0.30 0.56 0.41
HSL 27.53º 0.39% 0.43% -
HSV(B) 27.53º 0.56% 0.59% -
XYZ 18.8 17.08 7.46 -
YUV 114.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 151 105 66 0 0.30 0.56 0.41 27.53 0.39 0.43
Hex 97 69 42 0 1E 38 29 1C 27 2B
Octal 227 151 102 0 36 70 51 34 47 53
Binary 10010111 1101001 1000010 0 11110 111000 101001 11100 100111 101011

Color Harmonies of #976942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976942

Black with #976942

Text Example


Text Example

White with #976942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976942; }

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

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

background-color css

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

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

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

border-color css

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

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

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