#916702

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

Shades of Golden Brown #916702

Tints of Golden Brown #916702

Color information

#916702 (or 0x916702) is unknown color: approx Golden Brown. HEX triplet: 91, 67 and 02. RGB value is (145,103,2). Sum of RGB (Red+Green+Blue) = 145+103+2=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #916702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916702 is #6E98FD. Grayscale: #686868. Windows color (decimal): -7248126 or 157585. OLE color: 157585.

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

Color convert

RGB1451032-
CMYK00.290.990.43
HSL42.38º97.28%28.82%-
HSV(B)42.38º98.62%56.86%-
XYZ16.5415.722.22-
YUV104.0470.41157.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=58%
G=41.2%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145103200.290.990.4342.3897.2828.82
Hex9167201D632B2a611d
Octal2211472035143535214135
Binary100100011100111100111011100011101011101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916702; }

 p { color: rgb(145,103,2); }

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

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

 a { background-color: rgb(145,103,2); }

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

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

 span { border-color: rgb(145,103,2); }

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