Html Css Color HEX #936010 Golden Brown

📋 copy color: '#936010'

red 147 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #936010

Tints of Golden Brown #936010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 56.76%
G = 37.07%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#936010 (or 0x936010) is known color: Golden Brown. HEX triplet: 93, 60 and 10. RGB value is (147,96,16). Sum of RGB (Red+Green+Blue) = 147+96+16=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #936010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936010 is #6C9FEF. Grayscale: #666666. Windows color (decimal): -7118832 or 1073299. OLE color: 1073299.

HSL color Cylindrical-coordinate representation of color #936010: hue angle of 36.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #936010 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 16 -
CMYK 0 0.35 0.89 0.42
HSL 36.64º 0.8% 0.32% -
HSV(B) 36.64º 0.89% 0.58% -
XYZ 16.31 14.61 2.45 -
YUV 102.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 147 96 16 0 0.35 0.89 0.42 36.64 0.8 0.32
Hex 93 60 10 0 23 59 2A 25 50 20
Octal 223 140 20 0 43 131 52 45 120 40
Binary 10010011 1100000 10000 0 100011 1011001 101010 100101 1010000 100000

Color Harmonies of #936010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936010

Black with #936010

Text Example


Text Example

White with #936010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936010; }

 p { color: rgb(147,96,16); }

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

background-color css

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

 a { background-color: rgb(147,96,16); }

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

border-color css

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

 span { border-color: rgb(147,96,16); }

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