Html Css Color HEX #936200 Golden Brown

📋 copy color: '#936200'

red 147 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #936200

Tints of Golden Brown #936200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936200 (or 0x936200) is known color: Golden Brown. HEX triplet: 93, 62 and 00. RGB value is (147,98,0). Sum of RGB (Red+Green+Blue) = 147+98+0=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #936200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936200 is #6C9DFF. Grayscale: #656565. Windows color (decimal): -7118336 or 25235. OLE color: 25235.

HSL color Cylindrical-coordinate representation of color #936200: hue angle of 40º 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 #936200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 98 0 -
CMYK 0 0.33 1 0.42
HSL 40º 1% 0.29% -
HSV(B) 40º 1% 0.58% -
XYZ 16.4 14.94 2.02 -
YUV 101.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 147 98 0 0 0.33 1 0.42 40 1 0.29
Hex 93 62 0 0 21 64 2A 28 64 1D
Octal 223 142 0 0 41 144 52 50 144 35
Binary 10010011 1100010 0 0 100001 1100100 101010 101000 1100100 11101

Color Harmonies of #936200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936200

Black with #936200

Text Example


Text Example

White with #936200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936200; }

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

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

background-color css

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

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

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

border-color css

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

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

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