Html Css Color HEX #977601 Golden Brown

📋 copy color: '#977601'

red 151 ◦ green 118 ◦ blue 1

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

Shades of Golden Brown #977601

Tints of Golden Brown #977601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 55.93%
G = 43.7%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977601 (or 0x977601) is known color: Golden Brown. HEX triplet: 97, 76 and 01. RGB value is (151,118,1). Sum of RGB (Red+Green+Blue) = 151+118+1=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #977601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977601 is #6889FE. Grayscale: #737373. Windows color (decimal): -6851071 or 95895. OLE color: 95895.

HSL color Cylindrical-coordinate representation of color #977601: hue angle of 46.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #977601 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 118 1 -
CMYK 0 0.22 0.99 0.41
HSL 46.8º 0.99% 0.3% -
HSV(B) 46.8º 0.99% 0.59% -
XYZ 19.25 19.54 2.79 -
YUV 114.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 151 118 1 0 0.22 0.99 0.41 46.8 0.99 0.3
Hex 97 76 1 0 16 63 29 2F 63 1E
Octal 227 166 1 0 26 143 51 57 143 36
Binary 10010111 1110110 1 0 10110 1100011 101001 101111 1100011 11110

Color Harmonies of #977601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977601

Black with #977601

Text Example


Text Example

White with #977601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977601; }

 p { color: rgb(151,118,1); }

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

background-color css

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

 a { background-color: rgb(151,118,1); }

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

border-color css

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

 span { border-color: rgb(151,118,1); }

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