Html Css Color HEX #97620C Golden Brown

📋 copy color: '#97620C'

red 151 ◦ green 98 ◦ blue 12

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

Shades of Golden Brown #97620C

Tints of Golden Brown #97620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 12 (5.08% from 255) = 4.6%

R = 57.85%
G = 37.55%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97620C (or 0x97620C) is known color: Golden Brown. HEX triplet: 97, 62 and 0C. RGB value is (151,98,12). Sum of RGB (Red+Green+Blue) = 151+98+12=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97620C is #689DF3. Grayscale: #686868. Windows color (decimal): -6856180 or 811671. OLE color: 811671.

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

Color convert

RGB 151 98 12 -
CMYK 0 0.35 0.92 0.41
HSL 37.12º 0.85% 0.32% -
HSV(B) 37.12º 0.92% 0.59% -
XYZ 17.2 15.34 2.4 -
YUV 104.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 151 98 12 0 0.35 0.92 0.41 37.12 0.85 0.32
Hex 97 62 C 0 23 5C 29 25 55 20
Octal 227 142 14 0 43 134 51 45 125 40
Binary 10010111 1100010 1100 0 100011 1011100 101001 100101 1010101 100000

Color Harmonies of #97620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97620C

Black with #97620C

Text Example


Text Example

White with #97620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,98,12); }

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

background-color css

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

 a { background-color: rgb(151,98,12); }

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

border-color css

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

 span { border-color: rgb(151,98,12); }

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