Html Css Color HEX #946400 Golden Brown

📋 copy color: '#946400'

red 148 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #946400

Tints of Golden Brown #946400

RGB

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

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

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

R = 59.68%
G = 40.32%
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

#946400 (or 0x946400) is known color: Golden Brown. HEX triplet: 94, 64 and 00. RGB value is (148,100,0). Sum of RGB (Red+Green+Blue) = 148+100+0=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #946400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946400 is #6B9BFF. Grayscale: #676767. Windows color (decimal): -7052288 or 25748. OLE color: 25748.

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

Color convert

RGB 148 100 0 -
CMYK 0 0.32 1 0.42
HSL 40.54º 1% 0.29% -
HSV(B) 40.54º 1% 0.58% -
XYZ 16.77 15.41 2.09 -
YUV 102.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 148 100 0 0 0.32 1 0.42 40.54 1 0.29
Hex 94 64 0 0 20 64 2A 29 64 1D
Octal 224 144 0 0 40 144 52 51 144 35
Binary 10010100 1100100 0 0 100000 1100100 101010 101001 1100100 11101

Color Harmonies of #946400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946400

Black with #946400

Text Example


Text Example

White with #946400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946400; }

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

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

background-color css

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

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

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

border-color css

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

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

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