#936B0B

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

Shades of Golden Brown #936B0B

Tints of Golden Brown #936B0B

Color information

#936B0B (or 0x936B0B) is unknown color: approx Golden Brown. HEX triplet: 93, 6B and 0B. RGB value is (147,107,11). Sum of RGB (Red+Green+Blue) = 147+107+11=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #936B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936B0B is #6C94F4. Grayscale: #6C6C6C. Windows color (decimal): -7116021 or 748435. OLE color: 748435.

HSL color Cylindrical-coordinate representation of color #936B0B: hue angle of 42.35º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #936B0B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14710711-
CMYK00.270.930.42
HSL42.35º86.08%30.98%-
HSV(B)42.35º92.52%57.65%-
XYZ17.3516.742.63-
YUV108.0273.25155.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=55.47%
G=40.38%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471071100.270.930.4242.3586.0830.98
Hex936BB01B5D2A2a561f
Octal22315313033135525212637
Binary10010011110101110110110111011101101010101010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B0B; }

 p { color: rgb(147,107,11); }

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

<style>
 a { background-color: #936B0B; }

 a { background-color: rgb(147,107,11); }

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

<style>
 span { border-color: #936B0B; }

 span { border-color: rgb(147,107,11); }

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