#9B630E

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

Shades of Golden Brown #9B630E

Tints of Golden Brown #9B630E

Color information

#9B630E (or 0x9B630E) is unknown color: approx Golden Brown. HEX triplet: 9B, 63 and 0E. RGB value is (155,99,14). Sum of RGB (Red+Green+Blue) = 155+99+14=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B630E is #649CF1. Grayscale: #6A6A6A. Windows color (decimal): -6593778 or 943003. OLE color: 943003.

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

Color convert

RGB1559914-
CMYK00.360.910.39
HSL36.17º83.43%33.14%-
HSV(B)36.17º90.97%60.78%-
XYZ18.0615.922.54-
YUV106.0576.05162.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=57.84%
G=36.94%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155991400.360.910.3936.1783.4333.14
Hex9B63E0245B27245321
Octal23314316044133474412341
Binary1001101111000111110010010010110111001111001001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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