Html Css Color HEX #936500 Golden Brown

📋 copy color: '#936500'

red 147 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #936500

Tints of Golden Brown #936500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 59.27%
G = 40.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#936500 (or 0x936500) is known color: Golden Brown. HEX triplet: 93, 65 and 00. RGB value is (147,101,0). Sum of RGB (Red+Green+Blue) = 147+101+0=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #936500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936500 is #6C9AFF. Grayscale: #676767. Windows color (decimal): -7117568 or 26003. OLE color: 26003.

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

Color convert

RGB 147 101 0 -
CMYK 0 0.31 1 0.42
HSL 41.22º 1% 0.29% -
HSV(B) 41.22º 1% 0.58% -
XYZ 16.69 15.51 2.11 -
YUV 103.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 147 101 0 0 0.31 1 0.42 41.22 1 0.29
Hex 93 65 0 0 1F 64 2A 29 64 1D
Octal 223 145 0 0 37 144 52 51 144 35
Binary 10010011 1100101 0 0 11111 1100100 101010 101001 1100100 11101

Color Harmonies of #936500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936500

Black with #936500

Text Example


Text Example

White with #936500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936500; }

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

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

background-color css

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

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

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

border-color css

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

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

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