Html Css Color HEX #946C09 Golden Brown

📋 copy color: '#946C09'

red 148 ◦ green 108 ◦ blue 9

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

Shades of Golden Brown #946C09

Tints of Golden Brown #946C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

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

R = 55.85%
G = 40.75%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#946C09 (or 0x946C09) is known color: Golden Brown. HEX triplet: 94, 6C and 09. RGB value is (148,108,9). Sum of RGB (Red+Green+Blue) = 148+108+9=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #946C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C09 is #6B93F6. Grayscale: #6D6D6D. Windows color (decimal): -7050231 or 617620. OLE color: 617620.

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

Color convert

RGB 148 108 9 -
CMYK 0 0.27 0.94 0.42
HSL 42.73º 0.89% 0.31% -
HSV(B) 42.73º 0.94% 0.58% -
XYZ 17.62 17.04 2.62 -
YUV 108.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 148 108 9 0 0.27 0.94 0.42 42.73 0.89 0.31
Hex 94 6C 9 0 1B 5E 2A 2B 59 1F
Octal 224 154 11 0 33 136 52 53 131 37
Binary 10010100 1101100 1001 0 11011 1011110 101010 101011 1011001 11111

Color Harmonies of #946C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C09

Black with #946C09

Text Example


Text Example

White with #946C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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