#91620D

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

Shades of Golden Brown #91620D

Tints of Golden Brown #91620D

Color information

#91620D (or 0x91620D) is unknown color: approx Golden Brown. HEX triplet: 91, 62 and 0D. RGB value is (145,98,13). Sum of RGB (Red+Green+Blue) = 145+98+13=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #91620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91620D is #6E9DF2. Grayscale: #666666. Windows color (decimal): -7249395 or 877201. OLE color: 877201.

HSL color Cylindrical-coordinate representation of color #91620D: hue angle of 38.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91620D is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1459813-
CMYK00.320.910.43
HSL38.64º83.54%30.98%-
HSV(B)38.64º91.03%56.86%-
XYZ16.1214.782.38-
YUV102.3677.57158.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=56.64%
G=38.28%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145981300.320.910.4338.6483.5430.98
Hex9162D0205B2B27541f
Octal22114215040133534712437
Binary100100011100010110101000001011011101011100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,98,13); }

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

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

 a { background-color: rgb(145,98,13); }

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

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

 span { border-color: rgb(145,98,13); }

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