#97641A

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

Shades of Golden Brown #97641A

Tints of Golden Brown #97641A

Color information

#97641A (or 0x97641A) is unknown color: approx Golden Brown. HEX triplet: 97, 64 and 1A. RGB value is (151,100,26). Sum of RGB (Red+Green+Blue) = 151+100+26=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97641A is #689BE5. Grayscale: #6B6B6B. Windows color (decimal): -6855654 or 1729687. OLE color: 1729687.

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

Color convert

RGB15110026-
CMYK00.340.830.41
HSL35.52º70.62%34.71%-
HSV(B)35.52º82.78%59.22%-
XYZ17.5115.773.1-
YUV106.8182.4159.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=54.51%
G=36.10%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511002600.340.830.4135.5270.6234.71
Hex97641A0225329244723
Octal22714432042123514410743
Binary10010111110010011010010001010100111010011001001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97641A; }

 p { color: rgb(151,100,26); }

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

<style>
 a { background-color: #97641A; }

 a { background-color: rgb(151,100,26); }

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

<style>
 span { border-color: #97641A; }

 span { border-color: rgb(151,100,26); }

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