#9B681C

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

Shades of Golden Brown #9B681C

Tints of Golden Brown #9B681C

Color information

#9B681C (or 0x9B681C) is unknown color: approx Golden Brown. HEX triplet: 9B, 68 and 1C. RGB value is (155,104,28). Sum of RGB (Red+Green+Blue) = 155+104+28=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B681C is #6497E3. Grayscale: #6E6E6E. Windows color (decimal): -6592484 or 1861787. OLE color: 1861787.

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

Color convert

RGB15510428-
CMYK00.330.820.39
HSL35.91º69.4%35.88%-
HSV(B)35.91º81.94%60.78%-
XYZ18.6816.953.39-
YUV110.5881.4159.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=54.01%
G=36.24%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551042800.330.820.3935.9169.435.88
Hex9B681C0215227244524
Octal23315034041122474410544
Binary10011011110100011100010000110100101001111001001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,28); }

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

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

 a { background-color: rgb(155,104,28); }

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

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

 span { border-color: rgb(155,104,28); }

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