#9B6601

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

Shades of Golden Brown #9B6601

Tints of Golden Brown #9B6601

Color information

#9B6601 (or 0x9B6601) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 01. RGB value is (155,102,1). Sum of RGB (Red+Green+Blue) = 155+102+1=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6601 is #6499FE. Grayscale: #6A6A6A. Windows color (decimal): -6593023 or 91803. OLE color: 91803.

HSL color Cylindrical-coordinate representation of color #9B6601: hue angle of 39.35º degrees, saturation: 0.99, 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 #9B6601 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1551021-
CMYK00.340.990.39
HSL39.35º98.72%30.59%-
HSV(B)39.35º99.35%60.78%-
XYZ18.2716.472.25-
YUV106.3368.56162.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=60.08%
G=39.53%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155102100.340.990.3939.3598.7230.59
Hex9B661022632727631f
Octal2331461042143474714337
Binary100110111100110101000101100011100111100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,1); }

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

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

 a { background-color: rgb(155,102,1); }

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

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

 span { border-color: rgb(155,102,1); }

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