#936C0D

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

Shades of Golden Brown #936C0D

Tints of Golden Brown #936C0D

Color information

#936C0D (or 0x936C0D) is unknown color: approx Golden Brown. HEX triplet: 93, 6C and 0D. RGB value is (147,108,13). Sum of RGB (Red+Green+Blue) = 147+108+13=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #936C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936C0D is #6C93F2. Grayscale: #6D6D6D. Windows color (decimal): -7115763 or 879763. OLE color: 879763.

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

Color convert

RGB14710813-
CMYK00.270.910.42
HSL42.54º83.75%31.37%-
HSV(B)42.54º91.16%57.65%-
XYZ17.4716.962.73-
YUV108.8373.92155.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.85%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=54.85%
G=40.30%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471081300.270.910.4242.5483.7531.37
Hex936CD01B5B2A2b541f
Octal22315415033133525312437
Binary10010011110110011010110111011011101010101011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,108,13); }

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

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

 a { background-color: rgb(147,108,13); }

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

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

 span { border-color: rgb(147,108,13); }

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