#9B690E

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

Shades of Golden Brown #9B690E

Tints of Golden Brown #9B690E

Color information

#9B690E (or 0x9B690E) is unknown color: approx Golden Brown. HEX triplet: 9B, 69 and 0E. RGB value is (155,105,14). Sum of RGB (Red+Green+Blue) = 155+105+14=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B690E is #6496F1. Grayscale: #6D6D6D. Windows color (decimal): -6592242 or 944539. OLE color: 944539.

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

Color convert

RGB15510514-
CMYK00.320.910.39
HSL38.72º83.43%33.14%-
HSV(B)38.72º90.97%60.78%-
XYZ18.6517.12.73-
YUV109.5874.06160.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 14 (5.86% from 255) = 5.11%
R=56.57%
G=38.32%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551051400.320.910.3938.7283.4333.14
Hex9B69E0205B27275321
Octal23315116040133474712341
Binary1001101111010011110010000010110111001111001111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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