#97630F

Color #97630F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #97630F

Tints of Golden Brown #97630F

Color information

#97630F (or 0x97630F) is unknown color: approx 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

RGB1519915-
CMYK00.340.900.41
HSL37.06º81.93%32.55%-
HSV(B)37.06º90.07%59.22%-
XYZ17.3115.542.54-
YUV104.9777.23160.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151991500.340.900.4137.0681.9332.55
Hex9763F0225A29255221
Octal22714317042132514512241
Binary1001011111000111111010001010110101010011001011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>