#95670E

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

Shades of Golden Brown #95670E

Tints of Golden Brown #95670E

Color information

#95670E (or 0x95670E) is unknown color: approx Golden Brown. HEX triplet: 95, 67 and 0E. RGB value is (149,103,14). Sum of RGB (Red+Green+Blue) = 149+103+14=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95670E is #6A98F1. Grayscale: #6B6B6B. Windows color (decimal): -6985970 or 944021. OLE color: 944021.

HSL color Cylindrical-coordinate representation of color #95670E: hue angle of 39.56º 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 #95670E is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14910314-
CMYK00.310.910.42
HSL39.56º82.82%31.96%-
HSV(B)39.56º90.6%58.43%-
XYZ17.3216.122.61-
YUV106.6175.74158.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=56.02%
G=38.72%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491031400.310.910.4239.5682.8231.96
Hex9567E01F5B2A285320
Octal22514716037133525012340
Binary100101011100111111001111110110111010101010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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