#97691B

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

Shades of Golden Brown #97691B

Tints of Golden Brown #97691B

Color information

#97691B (or 0x97691B) is unknown color: approx Golden Brown. HEX triplet: 97, 69 and 1B. RGB value is (151,105,27). Sum of RGB (Red+Green+Blue) = 151+105+27=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #97691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97691B is #6896E4. Grayscale: #6E6E6E. Windows color (decimal): -6854373 or 1796503. OLE color: 1796503.

HSL color Cylindrical-coordinate representation of color #97691B: hue angle of 37.74º 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 #97691B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15110527-
CMYK00.300.820.41
HSL37.74º69.66%34.9%-
HSV(B)37.74º82.12%59.22%-
XYZ18.0116.763.32-
YUV109.8681.24157.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=53.36%
G=37.10%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511052700.300.820.4137.7469.6634.9
Hex97691B01E5229264623
Octal22715133036122514610643
Binary1001011111010011101101111010100101010011001101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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