Html Css Color HEX #956410 Golden Brown

📋 copy color: '#956410'

red 149 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #956410

Tints of Golden Brown #956410

RGB

 RED value IS 149 (58.59% from 255) = 56.23%

 GREEN value IS 100 (39.45% from 255) = 37.74%

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

R = 56.23%
G = 37.74%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#956410 (or 0x956410) is known color: Golden Brown. HEX triplet: 95, 64 and 10. RGB value is (149,100,16). Sum of RGB (Red+Green+Blue) = 149+100+16=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956410 is #6A9BEF. Grayscale: #696969. Windows color (decimal): -6986736 or 1074325. OLE color: 1074325.

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

Color convert

RGB 149 100 16 -
CMYK 0 0.33 0.89 0.42
HSL 37.89º 0.81% 0.32% -
HSV(B) 37.89º 0.89% 0.58% -
XYZ 17.05 15.54 2.59 -
YUV 105.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 149 100 16 0 0.33 0.89 0.42 37.89 0.81 0.32
Hex 95 64 10 0 21 59 2A 26 51 20
Octal 225 144 20 0 41 131 52 46 121 40
Binary 10010101 1100100 10000 0 100001 1011001 101010 100110 1010001 100000

Color Harmonies of #956410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956410

Black with #956410

Text Example


Text Example

White with #956410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956410; }

 p { color: rgb(149,100,16); }

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

background-color css

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

 a { background-color: rgb(149,100,16); }

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

border-color css

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

 span { border-color: rgb(149,100,16); }

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