Html Css Color HEX #946900 Golden Brown

📋 copy color: '#946900'

red 148 ◦ green 105 ◦ blue 0

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

Shades of Golden Brown #946900

Tints of Golden Brown #946900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 58.5%
G = 41.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946900 (or 0x946900) is known color: Golden Brown. HEX triplet: 94, 69 and 00. RGB value is (148,105,0). Sum of RGB (Red+Green+Blue) = 148+105+0=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #946900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946900 is #6B96FF. Grayscale: #6A6A6A. Windows color (decimal): -7051008 or 27028. OLE color: 27028.

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

Color convert

RGB 148 105 0 -
CMYK 0 0.29 1 0.42
HSL 42.57º 1% 0.29% -
HSV(B) 42.57º 1% 0.58% -
XYZ 17.26 16.4 2.26 -
YUV 105.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 148 105 0 0 0.29 1 0.42 42.57 1 0.29
Hex 94 69 0 0 1D 64 2A 2B 64 1D
Octal 224 151 0 0 35 144 52 53 144 35
Binary 10010100 1101001 0 0 11101 1100100 101010 101011 1100100 11101

Color Harmonies of #946900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946900

Black with #946900

Text Example


Text Example

White with #946900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946900; }

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

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

background-color css

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

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

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

border-color css

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

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

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