Html Css Color HEX #946510 Golden Brown

📋 copy color: '#946510'

red 148 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #946510

Tints of Golden Brown #946510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

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

R = 55.85%
G = 38.11%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946510 (or 0x946510) is known color: Golden Brown. HEX triplet: 94, 65 and 10. RGB value is (148,101,16). Sum of RGB (Red+Green+Blue) = 148+101+16=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #946510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946510 is #6B9AEF. Grayscale: #696969. Windows color (decimal): -7052016 or 1074580. OLE color: 1074580.

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

Color convert

RGB 148 101 16 -
CMYK 0 0.32 0.89 0.42
HSL 38.64º 0.8% 0.32% -
HSV(B) 38.64º 0.89% 0.58% -
XYZ 16.96 15.64 2.62 -
YUV 105.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 148 101 16 0 0.32 0.89 0.42 38.64 0.8 0.32
Hex 94 65 10 0 20 59 2A 27 50 20
Octal 224 145 20 0 40 131 52 47 120 40
Binary 10010100 1100101 10000 0 100000 1011001 101010 100111 1010000 100000

Color Harmonies of #946510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946510

Black with #946510

Text Example


Text Example

White with #946510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946510; }

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

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

background-color css

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

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

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

border-color css

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

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

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