Html Css Color HEX #936E12 Golden Brown

📋 copy color: '#936E12'

red 147 ◦ green 110 ◦ blue 18

#936E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #936E12

Tints of Golden Brown #936E12

RGB

 RED value IS 147 (57.81% from 255) = 53.45%

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 53.45%
G = 40%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#936E12 (or 0x936E12) is known color: Golden Brown. HEX triplet: 93, 6E and 12. RGB value is (147,110,18). Sum of RGB (Red+Green+Blue) = 147+110+18=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #936E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936E12 is #6C91ED. Grayscale: #6E6E6E. Windows color (decimal): -7115246 or 1207955. OLE color: 1207955.

HSL color Cylindrical-coordinate representation of color #936E12: hue angle of 42.79º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #936E12 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 110 18 -
CMYK 0 0.25 0.88 0.42
HSL 42.79º 0.78% 0.32% -
HSV(B) 42.79º 0.88% 0.58% -
XYZ 17.72 17.4 3 -
YUV 110.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 147 110 18 0 0.25 0.88 0.42 42.79 0.78 0.32
Hex 93 6E 12 0 19 58 2A 2B 4E 20
Octal 223 156 22 0 31 130 52 53 116 40
Binary 10010011 1101110 10010 0 11001 1011000 101010 101011 1001110 100000

Color Harmonies of #936E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E12

Black with #936E12

Text Example


Text Example

White with #936E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,110,18); }

 H1.HeaderClassName
 {
   color: #936E12;
 }
 .AnyTagClassName
 {
   color: #936E12;
 }
</style>

background-color css

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

 a { background-color: rgb(147,110,18); }

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

border-color css

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

 span { border-color: rgb(147,110,18); }

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