Html Css Color HEX #956013 Golden Brown

📋 copy color: '#956013'

red 149 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #956013

Tints of Golden Brown #956013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 56.44%
G = 36.36%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956013 (or 0x956013) is known color: Golden Brown. HEX triplet: 95, 60 and 13. RGB value is (149,96,19). Sum of RGB (Red+Green+Blue) = 149+96+19=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #956013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956013 is #6A9FEC. Grayscale: #676767. Windows color (decimal): -6987757 or 1269909. OLE color: 1269909.

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

Color convert

RGB 149 96 19 -
CMYK 0 0.36 0.87 0.42
HSL 35.54º 0.77% 0.33% -
HSV(B) 35.54º 0.87% 0.58% -
XYZ 16.69 14.8 2.59 -
YUV 103.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 149 96 19 0 0.36 0.87 0.42 35.54 0.77 0.33
Hex 95 60 13 0 24 57 2A 24 4D 21
Octal 225 140 23 0 44 127 52 44 115 41
Binary 10010101 1100000 10011 0 100100 1010111 101010 100100 1001101 100001

Color Harmonies of #956013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956013

Black with #956013

Text Example


Text Example

White with #956013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956013; }

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

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

background-color css

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

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

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

border-color css

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

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

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