Html Css Color HEX #97700D Golden Brown

📋 copy color: '#97700D'

red 151 ◦ green 112 ◦ blue 13

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

Shades of Golden Brown #97700D

Tints of Golden Brown #97700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

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

R = 54.71%
G = 40.58%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97700D (or 0x97700D) is known color: Golden Brown. HEX triplet: 97, 70 and 0D. RGB value is (151,112,13). Sum of RGB (Red+Green+Blue) = 151+112+13=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97700D is #688FF2. Grayscale: #707070. Windows color (decimal): -6852595 or 880791. OLE color: 880791.

HSL color Cylindrical-coordinate representation of color #97700D: hue angle of 43.04º 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 #97700D is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 13 -
CMYK 0 0.26 0.91 0.41
HSL 43.04º 0.84% 0.32% -
HSV(B) 43.04º 0.91% 0.59% -
XYZ 18.63 18.2 2.91 -
YUV 112.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 151 112 13 0 0.26 0.91 0.41 43.04 0.84 0.32
Hex 97 70 D 0 1A 5B 29 2B 54 20
Octal 227 160 15 0 32 133 51 53 124 40
Binary 10010111 1110000 1101 0 11010 1011011 101001 101011 1010100 100000

Color Harmonies of #97700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97700D

Black with #97700D

Text Example


Text Example

White with #97700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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