Html Css Color HEX #97710A Golden Brown

📋 copy color: '#97710A'

red 151 ◦ green 113 ◦ blue 10

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

Shades of Golden Brown #97710A

Tints of Golden Brown #97710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

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

R = 55.11%
G = 41.24%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97710A (or 0x97710A) is known color: Golden Brown. HEX triplet: 97, 71 and 0A. RGB value is (151,113,10). Sum of RGB (Red+Green+Blue) = 151+113+10=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #97710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97710A is #688EF5. Grayscale: #717171. Windows color (decimal): -6852342 or 684439. OLE color: 684439.

HSL color Cylindrical-coordinate representation of color #97710A: hue angle of 43.83º 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 #97710A is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 10 -
CMYK 0 0.25 0.93 0.41
HSL 43.83º 0.88% 0.32% -
HSV(B) 43.83º 0.93% 0.59% -
XYZ 18.72 18.41 2.85 -
YUV 112.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 151 113 10 0 0.25 0.93 0.41 43.83 0.88 0.32
Hex 97 71 A 0 19 5D 29 2C 58 20
Octal 227 161 12 0 31 135 51 54 130 40
Binary 10010111 1110001 1010 0 11001 1011101 101001 101100 1011000 100000

Color Harmonies of #97710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97710A

Black with #97710A

Text Example


Text Example

White with #97710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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