Html Css Color HEX #956316 Golden Brown

📋 copy color: '#956316'

red 149 ◦ green 99 ◦ blue 22

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

Shades of Golden Brown #956316

Tints of Golden Brown #956316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 55.19%
G = 36.67%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956316 (or 0x956316) is known color: Golden Brown. HEX triplet: 95, 63 and 16. RGB value is (149,99,22). Sum of RGB (Red+Green+Blue) = 149+99+22=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956316 is #6A9CE9. Grayscale: #696969. Windows color (decimal): -6986986 or 1467285. OLE color: 1467285.

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

Color convert

RGB 149 99 22 -
CMYK 0 0.34 0.85 0.42
HSL 36.38º 0.74% 0.34% -
HSV(B) 36.38º 0.85% 0.58% -
XYZ 17 15.37 2.83 -
YUV 105.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 149 99 22 0 0.34 0.85 0.42 36.38 0.74 0.34
Hex 95 63 16 0 22 55 2A 24 4A 22
Octal 225 143 26 0 42 125 52 44 112 42
Binary 10010101 1100011 10110 0 100010 1010101 101010 100100 1001010 100010

Color Harmonies of #956316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956316

Black with #956316

Text Example


Text Example

White with #956316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956316; }

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

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

background-color css

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

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

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

border-color css

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

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

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