#96580E

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

Shades of Golden Brown #96580E

Tints of Golden Brown #96580E

Color information

#96580E (or 0x96580E) is unknown color: approx Golden Brown. HEX triplet: 96, 58 and 0E. RGB value is (150,88,14). Sum of RGB (Red+Green+Blue) = 150+88+14=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96580E is #69A7F1. Grayscale: #626262. Windows color (decimal): -6924274 or 940182. OLE color: 940182.

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

Color convert

RGB1508814-
CMYK00.410.910.41
HSL32.65º82.93%32.16%-
HSV(B)32.65º90.67%58.82%-
XYZ16.1513.52.17-
YUV98.180.54165.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=59.52%
G=34.92%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150881400.410.910.4132.6582.9332.16
Hex9658E0295B29215320
Octal22613016051133514112340
Binary1001011010110001110010100110110111010011000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96580E; }

 p { color: rgb(150,88,14); }

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

<style>
 a { background-color: #96580E; }

 a { background-color: rgb(150,88,14); }

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

<style>
 span { border-color: #96580E; }

 span { border-color: rgb(150,88,14); }

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