Html Css Color HEX #976825 Afghan Tan

📋 copy color: '#976825'

red 151 ◦ green 104 ◦ blue 37

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

Shades of Afghan Tan #976825

Tints of Afghan Tan #976825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 51.71%
G = 35.62%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#976825 (or 0x976825) is known color: Afghan Tan. HEX triplet: 97, 68 and 25. RGB value is (151,104,37). Sum of RGB (Red+Green+Blue) = 151+104+37=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #976825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976825 is #6897DA. Grayscale: #6E6E6E. Windows color (decimal): -6854619 or 2451607. OLE color: 2451607.

HSL color Cylindrical-coordinate representation of color #976825: hue angle of 35.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #976825 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 37 -
CMYK 0 0.31 0.75 0.41
HSL 35.26º 0.61% 0.37% -
HSV(B) 35.26º 0.75% 0.59% -
XYZ 18.05 16.61 4.01 -
YUV 110.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 151 104 37 0 0.31 0.75 0.41 35.26 0.61 0.37
Hex 97 68 25 0 1F 4B 29 23 3D 25
Octal 227 150 45 0 37 113 51 43 75 45
Binary 10010111 1101000 100101 0 11111 1001011 101001 100011 111101 100101

Color Harmonies of #976825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976825

Black with #976825

Text Example


Text Example

White with #976825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976825; }

 p { color: rgb(151,104,37); }

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

background-color css

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

 a { background-color: rgb(151,104,37); }

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

border-color css

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

 span { border-color: rgb(151,104,37); }

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