Html Css Color HEX #97760A Golden Brown

📋 copy color: '#97760A'

red 151 ◦ green 118 ◦ blue 10

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

Shades of Golden Brown #97760A

Tints of Golden Brown #97760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 54.12%
G = 42.29%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97760A (or 0x97760A) is known color: Golden Brown. HEX triplet: 97, 76 and 0A. RGB value is (151,118,10). Sum of RGB (Red+Green+Blue) = 151+118+10=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97760A is #6889F5. Grayscale: #747474. Windows color (decimal): -6851062 or 685719. OLE color: 685719.

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

Color convert

RGB 151 118 10 -
CMYK 0 0.22 0.93 0.41
HSL 45.96º 0.88% 0.32% -
HSV(B) 45.96º 0.93% 0.59% -
XYZ 19.3 19.56 3.05 -
YUV 115.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 151 118 10 0 0.22 0.93 0.41 45.96 0.88 0.32
Hex 97 76 A 0 16 5D 29 2E 58 20
Octal 227 166 12 0 26 135 51 56 130 40
Binary 10010111 1110110 1010 0 10110 1011101 101001 101110 1011000 100000

Color Harmonies of #97760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97760A

Black with #97760A

Text Example


Text Example

White with #97760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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