Html Css Color HEX #97610D Golden Brown

📋 copy color: '#97610D'

red 151 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #97610D

Tints of Golden Brown #97610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 57.85%
G = 37.16%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97610D (or 0x97610D) is known color: Golden Brown. HEX triplet: 97, 61 and 0D. RGB value is (151,97,13). Sum of RGB (Red+Green+Blue) = 151+97+13=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97610D is #689EF2. Grayscale: #676767. Windows color (decimal): -6856435 or 876951. OLE color: 876951.

HSL color Cylindrical-coordinate representation of color #97610D: hue angle of 36.52º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97610D is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 97 13 -
CMYK 0 0.36 0.91 0.41
HSL 36.52º 0.84% 0.32% -
HSV(B) 36.52º 0.91% 0.59% -
XYZ 17.11 15.16 2.4 -
YUV 103.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 151 97 13 0 0.36 0.91 0.41 36.52 0.84 0.32
Hex 97 61 D 0 24 5B 29 25 54 20
Octal 227 141 15 0 44 133 51 45 124 40
Binary 10010111 1100001 1101 0 100100 1011011 101001 100101 1010100 100000

Color Harmonies of #97610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97610D

Black with #97610D

Text Example


Text Example

White with #97610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97610D; }

 p { color: rgb(151,97,13); }

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

background-color css

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

 a { background-color: rgb(151,97,13); }

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

border-color css

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

 span { border-color: rgb(151,97,13); }

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