#97631B

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

Shades of Golden Brown #97631B

Tints of Golden Brown #97631B

Color information

#97631B (or 0x97631B) is unknown color: approx Golden Brown. HEX triplet: 97, 63 and 1B. RGB value is (151,99,27). Sum of RGB (Red+Green+Blue) = 151+99+27=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97631B is #689CE4. Grayscale: #6A6A6A. Windows color (decimal): -6855909 or 1794967. OLE color: 1794967.

HSL color Cylindrical-coordinate representation of color #97631B: hue angle of 34.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97631B is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1519927-
CMYK00.340.820.41
HSL34.84º69.66%34.9%-
HSV(B)34.84º82.12%59.22%-
XYZ17.4215.583.13-
YUV106.3483.23159.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 27 (10.94% from 255) = 9.75%
R=54.51%
G=35.74%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151992700.340.820.4134.8469.6634.9
Hex97631B0225229234623
Octal22714333042122514310643
Binary10010111110001111011010001010100101010011000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97631B; }

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

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

<style>
 a { background-color: #97631B; }

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

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

<style>
 span { border-color: #97631B; }

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

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