Html Css Color HEX #946401 Golden Brown

📋 copy color: '#946401'

red 148 ◦ green 100 ◦ blue 1

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

Shades of Golden Brown #946401

Tints of Golden Brown #946401

RGB

 RED value IS 148 (58.2% from 255) = 59.44%

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

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

R = 59.44%
G = 40.16%
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

#946401 (or 0x946401) is known color: Golden Brown. HEX triplet: 94, 64 and 01. RGB value is (148,100,1). Sum of RGB (Red+Green+Blue) = 148+100+1=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #946401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946401 is #6B9BFE. Grayscale: #676767. Windows color (decimal): -7052287 or 91284. OLE color: 91284.

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

Color convert

RGB 148 100 1 -
CMYK 0 0.32 0.99 0.42
HSL 40.41º 0.99% 0.29% -
HSV(B) 40.41º 0.99% 0.58% -
XYZ 16.78 15.41 2.12 -
YUV 103.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 148 100 1 0 0.32 0.99 0.42 40.41 0.99 0.29
Hex 94 64 1 0 20 63 2A 28 63 1D
Octal 224 144 1 0 40 143 52 50 143 35
Binary 10010100 1100100 1 0 100000 1100011 101010 101000 1100011 11101

Color Harmonies of #946401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946401

Black with #946401

Text Example


Text Example

White with #946401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946401; }

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

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

background-color css

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

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

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

border-color css

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

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

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