Html Css Color HEX #946C10 Golden Brown

📋 copy color: '#946C10'

red 148 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #946C10

Tints of Golden Brown #946C10

RGB

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

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

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

R = 54.41%
G = 39.71%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946C10 (or 0x946C10) is known color: Golden Brown. HEX triplet: 94, 6C and 10. RGB value is (148,108,16). Sum of RGB (Red+Green+Blue) = 148+108+16=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C10 is #6B93EF. Grayscale: #6D6D6D. Windows color (decimal): -7050224 or 1076372. OLE color: 1076372.

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

Color convert

RGB 148 108 16 -
CMYK 0 0.27 0.89 0.42
HSL 41.82º 0.8% 0.32% -
HSV(B) 41.82º 0.89% 0.58% -
XYZ 17.67 17.06 2.85 -
YUV 109.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 148 108 16 0 0.27 0.89 0.42 41.82 0.8 0.32
Hex 94 6C 10 0 1B 59 2A 2A 50 20
Octal 224 154 20 0 33 131 52 52 120 40
Binary 10010100 1101100 10000 0 11011 1011001 101010 101010 1010000 100000

Color Harmonies of #946C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C10

Black with #946C10

Text Example


Text Example

White with #946C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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