Html Css Color HEX #946F10 Golden Brown

📋 copy color: '#946F10'

red 148 ◦ green 111 ◦ blue 16

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

Shades of Golden Brown #946F10

Tints of Golden Brown #946F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 53.82%
G = 40.36%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946F10 (or 0x946F10) is known color: Golden Brown. HEX triplet: 94, 6F and 10. RGB value is (148,111,16). Sum of RGB (Red+Green+Blue) = 148+111+16=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #946F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F10 is #6B90EF. Grayscale: #6F6F6F. Windows color (decimal): -7049456 or 1077140. OLE color: 1077140.

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

Color convert

RGB 148 111 16 -
CMYK 0 0.25 0.89 0.42
HSL 43.18º 0.8% 0.32% -
HSV(B) 43.18º 0.89% 0.58% -
XYZ 17.99 17.7 2.96 -
YUV 111.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 148 111 16 0 0.25 0.89 0.42 43.18 0.8 0.32
Hex 94 6F 10 0 19 59 2A 2B 50 20
Octal 224 157 20 0 31 131 52 53 120 40
Binary 10010100 1101111 10000 0 11001 1011001 101010 101011 1010000 100000

Color Harmonies of #946F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F10

Black with #946F10

Text Example


Text Example

White with #946F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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