Html Css Color HEX #976519 Golden Brown

📋 copy color: '#976519'

red 151 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #976519

Tints of Golden Brown #976519

RGB

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

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

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

R = 54.51%
G = 36.46%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#976519 (or 0x976519) is known color: Golden Brown. HEX triplet: 97, 65 and 19. RGB value is (151,101,25). Sum of RGB (Red+Green+Blue) = 151+101+25=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #976519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976519 is #689AE6. Grayscale: #6B6B6B. Windows color (decimal): -6855399 or 1664407. OLE color: 1664407.

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

Color convert

RGB 151 101 25 -
CMYK 0 0.33 0.83 0.41
HSL 36.19º 0.72% 0.35% -
HSV(B) 36.19º 0.83% 0.59% -
XYZ 17.59 15.96 3.07 -
YUV 107.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 151 101 25 0 0.33 0.83 0.41 36.19 0.72 0.35
Hex 97 65 19 0 21 53 29 24 48 23
Octal 227 145 31 0 41 123 51 44 110 43
Binary 10010111 1100101 11001 0 100001 1010011 101001 100100 1001000 100011

Color Harmonies of #976519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976519

Black with #976519

Text Example


Text Example

White with #976519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976519; }

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

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

background-color css

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

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

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

border-color css

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

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

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