Html Css Color HEX #946200 Golden Brown

📋 copy color: '#946200'

red 148 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #946200

Tints of Golden Brown #946200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 60.16%
G = 39.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946200 (or 0x946200) is known color: Golden Brown. HEX triplet: 94, 62 and 00. RGB value is (148,98,0). Sum of RGB (Red+Green+Blue) = 148+98+0=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #946200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946200 is #6B9DFF. Grayscale: #666666. Windows color (decimal): -7052800 or 25236. OLE color: 25236.

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

Color convert

RGB 148 98 0 -
CMYK 0 0.34 1 0.42
HSL 39.73º 1% 0.29% -
HSV(B) 39.73º 1% 0.58% -
XYZ 16.58 15.03 2.03 -
YUV 101.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 148 98 0 0 0.34 1 0.42 39.73 1 0.29
Hex 94 62 0 0 22 64 2A 28 64 1D
Octal 224 142 0 0 42 144 52 50 144 35
Binary 10010100 1100010 0 0 100010 1100100 101010 101000 1100100 11101

Color Harmonies of #946200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946200

Black with #946200

Text Example


Text Example

White with #946200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946200; }

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

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

background-color css

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

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

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

border-color css

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

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

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