Html Css Color HEX #976319 Golden Brown

📋 copy color: '#976319'

red 151 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #976319

Tints of Golden Brown #976319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 54.91%
G = 36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#976319 (or 0x976319) is known color: Golden Brown. HEX triplet: 97, 63 and 19. RGB value is (151,99,25). Sum of RGB (Red+Green+Blue) = 151+99+25=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #976319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976319 is #689CE6. Grayscale: #6A6A6A. Windows color (decimal): -6855911 or 1663895. OLE color: 1663895.

HSL color Cylindrical-coordinate representation of color #976319: hue angle of 35.24º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #976319 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 25 -
CMYK 0 0.34 0.83 0.41
HSL 35.24º 0.72% 0.35% -
HSV(B) 35.24º 0.83% 0.59% -
XYZ 17.4 15.57 3.01 -
YUV 106.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 151 99 25 0 0.34 0.83 0.41 35.24 0.72 0.35
Hex 97 63 19 0 22 53 29 23 48 23
Octal 227 143 31 0 42 123 51 43 110 43
Binary 10010111 1100011 11001 0 100010 1010011 101001 100011 1001000 100011

Color Harmonies of #976319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976319

Black with #976319

Text Example


Text Example

White with #976319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976319; }

 p { color: rgb(151,99,25); }

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

background-color css

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

 a { background-color: rgb(151,99,25); }

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

border-color css

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

 span { border-color: rgb(151,99,25); }

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