Html Css Color HEX #946909 Golden Brown

📋 copy color: '#946909'

red 148 ◦ green 105 ◦ blue 9

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

Shades of Golden Brown #946909

Tints of Golden Brown #946909

RGB

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

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

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

R = 56.49%
G = 40.08%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#946909 (or 0x946909) is known color: Golden Brown. HEX triplet: 94, 69 and 09. RGB value is (148,105,9). Sum of RGB (Red+Green+Blue) = 148+105+9=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #946909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946909 is #6B96F6. Grayscale: #6B6B6B. Windows color (decimal): -7050999 or 616852. OLE color: 616852.

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

Color convert

RGB 148 105 9 -
CMYK 0 0.29 0.94 0.42
HSL 41.44º 0.89% 0.31% -
HSV(B) 41.44º 0.94% 0.58% -
XYZ 17.31 16.42 2.52 -
YUV 106.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 148 105 9 0 0.29 0.94 0.42 41.44 0.89 0.31
Hex 94 69 9 0 1D 5E 2A 29 59 1F
Octal 224 151 11 0 35 136 52 51 131 37
Binary 10010100 1101001 1001 0 11101 1011110 101010 101001 1011001 11111

Color Harmonies of #946909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946909

Black with #946909

Text Example


Text Example

White with #946909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946909; }

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

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

background-color css

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

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

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

border-color css

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

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

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