Html Css Color HEX #936400 Golden Brown

📋 copy color: '#936400'

red 147 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #936400

Tints of Golden Brown #936400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.51%
G = 40.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936400 (or 0x936400) is known color: Golden Brown. HEX triplet: 93, 64 and 00. RGB value is (147,100,0). Sum of RGB (Red+Green+Blue) = 147+100+0=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #936400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936400 is #6C9BFF. Grayscale: #676767. Windows color (decimal): -7117824 or 25747. OLE color: 25747.

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

Color convert

RGB 147 100 0 -
CMYK 0 0.32 1 0.42
HSL 40.82º 1% 0.29% -
HSV(B) 40.82º 1% 0.58% -
XYZ 16.59 15.32 2.08 -
YUV 102.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 147 100 0 0 0.32 1 0.42 40.82 1 0.29
Hex 93 64 0 0 20 64 2A 29 64 1D
Octal 223 144 0 0 40 144 52 51 144 35
Binary 10010011 1100100 0 0 100000 1100100 101010 101001 1100100 11101

Color Harmonies of #936400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936400

Black with #936400

Text Example


Text Example

White with #936400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936400; }

 p { color: rgb(147,100,0); }

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

background-color css

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

 a { background-color: rgb(147,100,0); }

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

border-color css

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

 span { border-color: rgb(147,100,0); }

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