#95680E

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

Shades of Golden Brown #95680E

Tints of Golden Brown #95680E

Color information

#95680E (or 0x95680E) is unknown color: approx Golden Brown. HEX triplet: 95, 68 and 0E. RGB value is (149,104,14). Sum of RGB (Red+Green+Blue) = 149+104+14=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95680E is #6A97F1. Grayscale: #6B6B6B. Windows color (decimal): -6985714 or 944277. OLE color: 944277.

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

Color convert

RGB14910414-
CMYK00.300.910.42
HSL40º82.82%31.96%-
HSV(B)40º90.6%58.43%-
XYZ17.4216.322.65-
YUV107.275.41157.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=55.81%
G=38.95%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491041400.300.910.424082.8231.96
Hex9568E01E5B2A285320
Octal22515016036133525012340
Binary100101011101000111001111010110111010101010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,104,14); }

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

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

 a { background-color: rgb(149,104,14); }

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

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

 span { border-color: rgb(149,104,14); }

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