#9B7602

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

Shades of Golden Brown #9B7602

Tints of Golden Brown #9B7602

Color information

#9B7602 (or 0x9B7602) is unknown color: approx Golden Brown. HEX triplet: 9B, 76 and 02. RGB value is (155,118,2). Sum of RGB (Red+Green+Blue) = 155+118+2=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7602 is #6489FD. Grayscale: #747474. Windows color (decimal): -6588926 or 161435. OLE color: 161435.

HSL color Cylindrical-coordinate representation of color #9B7602: hue angle of 45.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B7602 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1551182-
CMYK00.240.990.39
HSL45.49º97.45%30.78%-
HSV(B)45.49º98.71%60.78%-
XYZ20.0119.932.85-
YUV115.8463.76155.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=56.36%
G=42.91%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155118200.240.990.3945.4997.4530.78
Hex9B76201863272d611f
Octal2331662030143475514137
Binary100110111110110100110001100011100111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7602; }

 p { color: rgb(155,118,2); }

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

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

 a { background-color: rgb(155,118,2); }

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

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

 span { border-color: rgb(155,118,2); }

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