Html Css Color HEX #956516 Golden Brown

📋 copy color: '#956516'

red 149 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #956516

Tints of Golden Brown #956516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 54.78%
G = 37.13%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956516 (or 0x956516) is known color: Golden Brown. HEX triplet: 95, 65 and 16. RGB value is (149,101,22). Sum of RGB (Red+Green+Blue) = 149+101+22=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #956516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956516 is #6A9AE9. Grayscale: #6A6A6A. Windows color (decimal): -6986474 or 1467797. OLE color: 1467797.

HSL color Cylindrical-coordinate representation of color #956516: hue angle of 37.32º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #956516 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 22 -
CMYK 0 0.32 0.85 0.42
HSL 37.32º 0.74% 0.34% -
HSV(B) 37.32º 0.85% 0.58% -
XYZ 17.19 15.75 2.89 -
YUV 106.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 149 101 22 0 0.32 0.85 0.42 37.32 0.74 0.34
Hex 95 65 16 0 20 55 2A 25 4A 22
Octal 225 145 26 0 40 125 52 45 112 42
Binary 10010101 1100101 10110 0 100000 1010101 101010 100101 1001010 100010

Color Harmonies of #956516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956516

Black with #956516

Text Example


Text Example

White with #956516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956516; }

 p { color: rgb(149,101,22); }

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

background-color css

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

 a { background-color: rgb(149,101,22); }

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

border-color css

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

 span { border-color: rgb(149,101,22); }

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