Html Css Color HEX #97701C Golden Brown

📋 copy color: '#97701C'

red 151 ◦ green 112 ◦ blue 28

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

Shades of Golden Brown #97701C

Tints of Golden Brown #97701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 51.89%
G = 38.49%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97701C (or 0x97701C) is known color: Golden Brown. HEX triplet: 97, 70 and 1C. RGB value is (151,112,28). Sum of RGB (Red+Green+Blue) = 151+112+28=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #97701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97701C is #688FE3. Grayscale: #727272. Windows color (decimal): -6852580 or 1863831. OLE color: 1863831.

HSL color Cylindrical-coordinate representation of color #97701C: hue angle of 40.98º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97701C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 28 -
CMYK 0 0.26 0.81 0.41
HSL 40.98º 0.69% 0.35% -
HSV(B) 40.98º 0.81% 0.59% -
XYZ 18.77 18.25 3.63 -
YUV 114.09 79.42 154.33 -
System Red Green Blue C M Y K H S L
Decimal 151 112 28 0 0.26 0.81 0.41 40.98 0.69 0.35
Hex 97 70 1C 0 1A 51 29 29 45 23
Octal 227 160 34 0 32 121 51 51 105 43
Binary 10010111 1110000 11100 0 11010 1010001 101001 101001 1000101 100011

Color Harmonies of #97701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97701C

Black with #97701C

Text Example


Text Example

White with #97701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97701C; }

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

 H1.HeaderClassName
 {
   color: #97701C;
 }
 .AnyTagClassName
 {
   color: #97701C;
 }
</style>

background-color css

<style>
 a { background-color: #97701C; }

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

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

border-color css

<style>
 span { border-color: #97701C; }

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

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