#95630B

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

Shades of Golden Brown #95630B

Tints of Golden Brown #95630B

Color information

#95630B (or 0x95630B) is unknown color: approx Golden Brown. HEX triplet: 95, 63 and 0B. RGB value is (149,99,11). Sum of RGB (Red+Green+Blue) = 149+99+11=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95630B is #6A9CF4. Grayscale: #686868. Windows color (decimal): -6986997 or 746389. OLE color: 746389.

HSL color Cylindrical-coordinate representation of color #95630B: hue angle of 38.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95630B is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1499911-
CMYK00.340.930.42
HSL38.26º86.25%31.37%-
HSV(B)38.26º92.62%58.43%-
XYZ16.9215.342.39-
YUV103.9275.56160.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 11 (4.69% from 255) = 4.25%
R=57.53%
G=38.22%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149991100.340.930.4238.2686.2531.37
Hex9563B0225D2A26561f
Octal22514313042135524612637
Binary100101011100011101101000101011101101010100110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95630B; }

 p { color: rgb(149,99,11); }

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

<style>
 a { background-color: #95630B; }

 a { background-color: rgb(149,99,11); }

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

<style>
 span { border-color: #95630B; }

 span { border-color: rgb(149,99,11); }

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