Html Css Color HEX #97630F Golden Brown

📋 copy color: '#97630F'

red 151 ◦ green 99 ◦ blue 15

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

Shades of Golden Brown #97630F

Tints of Golden Brown #97630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 56.98%
G = 37.36%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97630F (or 0x97630F) is known color: Golden Brown. HEX triplet: 97, 63 and 0F. RGB value is (151,99,15). Sum of RGB (Red+Green+Blue) = 151+99+15=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97630F is #689CF0. Grayscale: #696969. Windows color (decimal): -6855921 or 1008535. OLE color: 1008535.

HSL color Cylindrical-coordinate representation of color #97630F: hue angle of 37.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97630F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 15 -
CMYK 0 0.34 0.90 0.41
HSL 37.06º 0.82% 0.33% -
HSV(B) 37.06º 0.9% 0.59% -
XYZ 17.31 15.54 2.54 -
YUV 104.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 151 99 15 0 0.34 0.90 0.41 37.06 0.82 0.33
Hex 97 63 F 0 22 5A 29 25 52 21
Octal 227 143 17 0 42 132 51 45 122 41
Binary 10010111 1100011 1111 0 100010 1011010 101001 100101 1010010 100001

Color Harmonies of #97630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97630F

Black with #97630F

Text Example


Text Example

White with #97630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97630F; }

 p { color: rgb(151,99,15); }

 H1.HeaderClassName
 {
   color: #97630F;
 }
 .AnyTagClassName
 {
   color: #97630F;
 }
</style>

background-color css

<style>
 a { background-color: #97630F; }

 a { background-color: rgb(151,99,15); }

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

border-color css

<style>
 span { border-color: #97630F; }

 span { border-color: rgb(151,99,15); }

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