#9B680E

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

Shades of Golden Brown #9B680E

Tints of Golden Brown #9B680E

Color information

#9B680E (or 0x9B680E) is unknown color: approx Golden Brown. HEX triplet: 9B, 68 and 0E. RGB value is (155,104,14). Sum of RGB (Red+Green+Blue) = 155+104+14=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B680E is #6497F1. Grayscale: #6D6D6D. Windows color (decimal): -6592498 or 944283. OLE color: 944283.

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

Color convert

RGB15510414-
CMYK00.330.910.39
HSL38.3º83.43%33.14%-
HSV(B)38.3º90.97%60.78%-
XYZ18.5516.92.7-
YUV108.9974.4160.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=56.78%
G=38.10%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551041400.330.910.3938.383.4333.14
Hex9B68E0215B27265321
Octal23315016041133474612341
Binary1001101111010001110010000110110111001111001101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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