#995701

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

Shades of Golden Brown #995701

Tints of Golden Brown #995701

Color information

#995701 (or 0x995701) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 01. RGB value is (153,87,1). Sum of RGB (Red+Green+Blue) = 153+87+1=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #995701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995701 is #66A8FE. Grayscale: #616161. Windows color (decimal): -6727935 or 87961. OLE color: 87961.

HSL color Cylindrical-coordinate representation of color #995701: hue angle of 33.95º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #995701 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153871-
CMYK00.430.990.4
HSL33.95º98.7%30.2%-
HSV(B)33.95º99.35%60%-
XYZ16.5513.591.78-
YUV96.9373.87167.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=63.49%
G=36.10%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15387100.430.990.433.9598.730.2
Hex9957102B632822631e
Octal2311271053143504214336
Binary100110011010111101010111100011101000100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995701; }

 p { color: rgb(153,87,1); }

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

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

 a { background-color: rgb(153,87,1); }

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

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

 span { border-color: rgb(153,87,1); }

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