Html Css Color HEX #936401 Golden Brown

📋 copy color: '#936401'

red 147 ◦ green 100 ◦ blue 1

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

Shades of Golden Brown #936401

Tints of Golden Brown #936401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 59.27%
G = 40.32%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#936401 (or 0x936401) is known color: Golden Brown. HEX triplet: 93, 64 and 01. RGB value is (147,100,1). Sum of RGB (Red+Green+Blue) = 147+100+1=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #936401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936401 is #6C9BFE. Grayscale: #676767. Windows color (decimal): -7117823 or 91283. OLE color: 91283.

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

Color convert

RGB 147 100 1 -
CMYK 0 0.32 0.99 0.42
HSL 40.68º 0.99% 0.29% -
HSV(B) 40.68º 0.99% 0.58% -
XYZ 16.6 15.32 2.11 -
YUV 102.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 147 100 1 0 0.32 0.99 0.42 40.68 0.99 0.29
Hex 93 64 1 0 20 63 2A 29 63 1D
Octal 223 144 1 0 40 143 52 51 143 35
Binary 10010011 1100100 1 0 100000 1100011 101010 101001 1100011 11101

Color Harmonies of #936401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936401

Black with #936401

Text Example


Text Example

White with #936401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936401; }

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

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

background-color css

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

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

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

border-color css

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

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

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