Html Css Color HEX #946F09 Golden Brown

📋 copy color: '#946F09'

red 148 ◦ green 111 ◦ blue 9

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

Shades of Golden Brown #946F09

Tints of Golden Brown #946F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

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

R = 55.22%
G = 41.42%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#946F09 (or 0x946F09) is known color: Golden Brown. HEX triplet: 94, 6F and 09. RGB value is (148,111,9). Sum of RGB (Red+Green+Blue) = 148+111+9=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F09 is #6B90F6. Grayscale: #6E6E6E. Windows color (decimal): -7049463 or 618388. OLE color: 618388.

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

Color convert

RGB 148 111 9 -
CMYK 0 0.25 0.94 0.42
HSL 44.03º 0.89% 0.31% -
HSV(B) 44.03º 0.94% 0.58% -
XYZ 17.95 17.68 2.73 -
YUV 110.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 148 111 9 0 0.25 0.94 0.42 44.03 0.89 0.31
Hex 94 6F 9 0 19 5E 2A 2C 59 1F
Octal 224 157 11 0 31 136 52 54 131 37
Binary 10010100 1101111 1001 0 11001 1011110 101010 101100 1011001 11111

Color Harmonies of #946F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F09

Black with #946F09

Text Example


Text Example

White with #946F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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