Html Css Color HEX #946409 Golden Brown

📋 copy color: '#946409'

red 148 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #946409

Tints of Golden Brown #946409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 57.59%
G = 38.91%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#946409 (or 0x946409) is known color: Golden Brown. HEX triplet: 94, 64 and 09. RGB value is (148,100,9). Sum of RGB (Red+Green+Blue) = 148+100+9=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #946409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946409 is #6B9BF6. Grayscale: #686868. Windows color (decimal): -7052279 or 615572. OLE color: 615572.

HSL color Cylindrical-coordinate representation of color #946409: hue angle of 39.28º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #946409 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 9 -
CMYK 0 0.32 0.94 0.42
HSL 39.28º 0.89% 0.31% -
HSV(B) 39.28º 0.94% 0.58% -
XYZ 16.82 15.43 2.35 -
YUV 103.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 148 100 9 0 0.32 0.94 0.42 39.28 0.89 0.31
Hex 94 64 9 0 20 5E 2A 27 59 1F
Octal 224 144 11 0 40 136 52 47 131 37
Binary 10010100 1100100 1001 0 100000 1011110 101010 100111 1011001 11111

Color Harmonies of #946409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946409

Black with #946409

Text Example


Text Example

White with #946409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946409; }

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

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

background-color css

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

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

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

border-color css

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

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

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