Html Css Color HEX #97710B Golden Brown

📋 copy color: '#97710B'

red 151 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #97710B

Tints of Golden Brown #97710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4%

R = 54.91%
G = 41.09%
B = 4%

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

#97710B (or 0x97710B) is known color: Golden Brown. HEX triplet: 97, 71 and 0B. RGB value is (151,113,11). Sum of RGB (Red+Green+Blue) = 151+113+11=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #97710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97710B is #688EF4. Grayscale: #717171. Windows color (decimal): -6852341 or 749975. OLE color: 749975.

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

Color convert

RGB 151 113 11 -
CMYK 0 0.25 0.93 0.41
HSL 43.71º 0.86% 0.32% -
HSV(B) 43.71º 0.93% 0.59% -
XYZ 18.73 18.41 2.88 -
YUV 112.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 151 113 11 0 0.25 0.93 0.41 43.71 0.86 0.32
Hex 97 71 B 0 19 5D 29 2C 56 20
Octal 227 161 13 0 31 135 51 54 126 40
Binary 10010111 1110001 1011 0 11001 1011101 101001 101100 1010110 100000

Color Harmonies of #97710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97710B

Black with #97710B

Text Example


Text Example

White with #97710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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