#9B6E1B

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

Shades of Golden Brown #9B6E1B

Tints of Golden Brown #9B6E1B

Color information

#9B6E1B (or 0x9B6E1B) is unknown color: approx Golden Brown. HEX triplet: 9B, 6E and 1B. RGB value is (155,110,27). Sum of RGB (Red+Green+Blue) = 155+110+27=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E1B is #6491E4. Grayscale: #727272. Windows color (decimal): -6590949 or 1797787. OLE color: 1797787.

HSL color Cylindrical-coordinate representation of color #9B6E1B: hue angle of 38.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B6E1B is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB15511027-
CMYK00.290.830.39
HSL38.91º70.33%35.69%-
HSV(B)38.91º82.58%60.78%-
XYZ19.2918.23.53-
YUV113.9978.91157.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 27 (10.94% from 255) = 9.25%
R=53.08%
G=37.67%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551102700.290.830.3938.9170.3335.69
Hex9B6E1B01D5327274624
Octal23315633035123474710644
Binary1001101111011101101101110110100111001111001111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,27); }

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

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

 a { background-color: rgb(155,110,27); }

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

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

 span { border-color: rgb(155,110,27); }

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