#97630D

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

Shades of Golden Brown #97630D

Tints of Golden Brown #97630D

Color information

#97630D (or 0x97630D) is unknown color: approx Golden Brown. HEX triplet: 97, 63 and 0D. RGB value is (151,99,13). Sum of RGB (Red+Green+Blue) = 151+99+13=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97630D is #689CF2. Grayscale: #696969. Windows color (decimal): -6855923 or 877463. OLE color: 877463.

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

Color convert

RGB1519913-
CMYK00.340.910.41
HSL37.39º84.15%32.16%-
HSV(B)37.39º91.39%59.22%-
XYZ17.315.532.47-
YUV104.7476.23160.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=57.41%
G=37.64%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151991300.340.910.4137.3984.1532.16
Hex9763D0225B29255420
Octal22714315042133514512440
Binary1001011111000111101010001010110111010011001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97630D;
 }
 .AnyTagClassName
 {
   color: #97630D;
 }
</style>
background-color css

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

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

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

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

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

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