#9B641B

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

Shades of Golden Brown #9B641B

Tints of Golden Brown #9B641B

Color information

#9B641B (or 0x9B641B) is unknown color: approx Golden Brown. HEX triplet: 9B, 64 and 1B. RGB value is (155,100,27). Sum of RGB (Red+Green+Blue) = 155+100+27=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B641B is #649BE4. Grayscale: #6C6C6C. Windows color (decimal): -6593509 or 1795227. OLE color: 1795227.

HSL color Cylindrical-coordinate representation of color #9B641B: hue angle of 34.22º 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 #9B641B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB15510027-
CMYK00.350.830.39
HSL34.22º70.33%35.69%-
HSV(B)34.22º82.58%60.78%-
XYZ18.2716.163.19-
YUV108.1282.22161.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=54.96%
G=35.46%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551002700.350.830.3934.2270.3335.69
Hex9B641B0235327224624
Octal23314433043123474210644
Binary10011011110010011011010001110100111001111000101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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