Html Css Color HEX #956416 Golden Brown

📋 copy color: '#956416'

red 149 ◦ green 100 ◦ blue 22

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

Shades of Golden Brown #956416

Tints of Golden Brown #956416

RGB

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

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

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

R = 54.98%
G = 36.9%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956416 (or 0x956416) is known color: Golden Brown. HEX triplet: 95, 64 and 16. RGB value is (149,100,22). Sum of RGB (Red+Green+Blue) = 149+100+22=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #956416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956416 is #6A9BE9. Grayscale: #6A6A6A. Windows color (decimal): -6986730 or 1467541. OLE color: 1467541.

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

Color convert

RGB 149 100 22 -
CMYK 0 0.33 0.85 0.42
HSL 36.85º 0.74% 0.34% -
HSV(B) 36.85º 0.85% 0.58% -
XYZ 17.1 15.56 2.86 -
YUV 105.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 149 100 22 0 0.33 0.85 0.42 36.85 0.74 0.34
Hex 95 64 16 0 21 55 2A 25 4A 22
Octal 225 144 26 0 41 125 52 45 112 42
Binary 10010101 1100100 10110 0 100001 1010101 101010 100101 1001010 100010

Color Harmonies of #956416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956416

Black with #956416

Text Example


Text Example

White with #956416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956416; }

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

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

background-color css

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

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

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

border-color css

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

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

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