#9B6C1E

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

Shades of Golden Brown #9B6C1E

Tints of Golden Brown #9B6C1E

Color information

#9B6C1E (or 0x9B6C1E) is unknown color: approx Golden Brown. HEX triplet: 9B, 6C and 1E. RGB value is (155,108,30). Sum of RGB (Red+Green+Blue) = 155+108+30=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C1E is #6493E1. Grayscale: #717171. Windows color (decimal): -6591458 or 1993883. OLE color: 1993883.

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

Color convert

RGB15510830-
CMYK00.300.810.39
HSL37.44º67.57%36.27%-
HSV(B)37.44º80.65%60.78%-
XYZ19.1117.793.65-
YUV113.1681.07157.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=52.90%
G=36.86%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551083000.300.810.3937.4467.5736.27
Hex9B6C1E01E5127254424
Octal23315436036121474510444
Binary1001101111011001111001111010100011001111001011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,30); }

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

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

 a { background-color: rgb(155,108,30); }

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

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

 span { border-color: rgb(155,108,30); }

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