Html Css Color HEX #956513 Golden Brown

📋 copy color: '#956513'

red 149 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #956513

Tints of Golden Brown #956513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 55.39%
G = 37.55%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956513 (or 0x956513) is known color: Golden Brown. HEX triplet: 95, 65 and 13. RGB value is (149,101,19). Sum of RGB (Red+Green+Blue) = 149+101+19=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #956513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956513 is #6A9AEC. Grayscale: #6A6A6A. Windows color (decimal): -6986477 or 1271189. OLE color: 1271189.

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

Color convert

RGB 149 101 19 -
CMYK 0 0.32 0.87 0.42
HSL 37.85º 0.77% 0.33% -
HSV(B) 37.85º 0.87% 0.58% -
XYZ 17.17 15.74 2.75 -
YUV 106 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 149 101 19 0 0.32 0.87 0.42 37.85 0.77 0.33
Hex 95 65 13 0 20 57 2A 26 4D 21
Octal 225 145 23 0 40 127 52 46 115 41
Binary 10010101 1100101 10011 0 100000 1010111 101010 100110 1001101 100001

Color Harmonies of #956513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956513

Black with #956513

Text Example


Text Example

White with #956513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956513; }

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

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

background-color css

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

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

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

border-color css

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

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

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