#97670B

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

Shades of Golden Brown #97670B

Tints of Golden Brown #97670B

Color information

#97670B (or 0x97670B) is unknown color: approx Golden Brown. HEX triplet: 97, 67 and 0B. RGB value is (151,103,11). Sum of RGB (Red+Green+Blue) = 151+103+11=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97670B is #6898F4. Grayscale: #6B6B6B. Windows color (decimal): -6854901 or 747415. OLE color: 747415.

HSL color Cylindrical-coordinate representation of color #97670B: hue angle of 39.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97670B is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15110311-
CMYK00.320.930.41
HSL39.43º86.42%31.76%-
HSV(B)39.43º92.72%59.22%-
XYZ17.6716.32.53-
YUV106.8673.9159.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.98%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=56.98%
G=38.87%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511031100.320.930.4139.4386.4231.76
Hex9767B0205D29275620
Octal22714713040135514712640
Binary1001011111001111011010000010111011010011001111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97670B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,103,11); }

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

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

 a { background-color: rgb(151,103,11); }

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

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

 span { border-color: rgb(151,103,11); }

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