Html Css Color HEX #976514 Golden Brown

📋 copy color: '#976514'

red 151 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #976514

Tints of Golden Brown #976514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 55.51%
G = 37.13%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#976514 (or 0x976514) is known color: Golden Brown. HEX triplet: 97, 65 and 14. RGB value is (151,101,20). Sum of RGB (Red+Green+Blue) = 151+101+20=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976514 is #689AEB. Grayscale: #6B6B6B. Windows color (decimal): -6855404 or 1336727. OLE color: 1336727.

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

Color convert

RGB 151 101 20 -
CMYK 0 0.33 0.87 0.41
HSL 37.1º 0.77% 0.34% -
HSV(B) 37.1º 0.87% 0.59% -
XYZ 17.54 15.94 2.81 -
YUV 106.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 151 101 20 0 0.33 0.87 0.41 37.1 0.77 0.34
Hex 97 65 14 0 21 57 29 25 4D 22
Octal 227 145 24 0 41 127 51 45 115 42
Binary 10010111 1100101 10100 0 100001 1010111 101001 100101 1001101 100010

Color Harmonies of #976514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976514

Black with #976514

Text Example


Text Example

White with #976514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976514; }

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

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

background-color css

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

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

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

border-color css

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

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

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