Html Css Color HEX #946E00 Golden Brown

📋 copy color: '#946E00'

red 148 ◦ green 110 ◦ blue 0

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

Shades of Golden Brown #946E00

Tints of Golden Brown #946E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.64%

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

R = 57.36%
G = 42.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946E00 (or 0x946E00) is known color: Golden Brown. HEX triplet: 94, 6E and 00. RGB value is (148,110,0). Sum of RGB (Red+Green+Blue) = 148+110+0=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #946E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E00 is #6B91FF. Grayscale: #6D6D6D. Windows color (decimal): -7049728 or 28308. OLE color: 28308.

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

Color convert

RGB 148 110 0 -
CMYK 0 0.26 1 0.42
HSL 44.59º 1% 0.29% -
HSV(B) 44.59º 1% 0.58% -
XYZ 17.79 17.45 2.43 -
YUV 108.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 148 110 0 0 0.26 1 0.42 44.59 1 0.29
Hex 94 6E 0 0 1A 64 2A 2D 64 1D
Octal 224 156 0 0 32 144 52 55 144 35
Binary 10010100 1101110 0 0 11010 1100100 101010 101101 1100100 11101

Color Harmonies of #946E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E00

Black with #946E00

Text Example


Text Example

White with #946E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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