Html Css Color HEX #956A13 Golden Brown

📋 copy color: '#956A13'

red 149 ◦ green 106 ◦ blue 19

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

Shades of Golden Brown #956A13

Tints of Golden Brown #956A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 54.38%
G = 38.69%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956A13 (or 0x956A13) is known color: Golden Brown. HEX triplet: 95, 6A and 13. RGB value is (149,106,19). Sum of RGB (Red+Green+Blue) = 149+106+19=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #956A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A13 is #6A95EC. Grayscale: #6D6D6D. Windows color (decimal): -6985197 or 1272469. OLE color: 1272469.

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

Color convert

RGB 149 106 19 -
CMYK 0 0.29 0.87 0.42
HSL 40.15º 0.77% 0.33% -
HSV(B) 40.15º 0.87% 0.58% -
XYZ 17.67 16.74 2.92 -
YUV 108.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 149 106 19 0 0.29 0.87 0.42 40.15 0.77 0.33
Hex 95 6A 13 0 1D 57 2A 28 4D 21
Octal 225 152 23 0 35 127 52 50 115 41
Binary 10010101 1101010 10011 0 11101 1010111 101010 101000 1001101 100001

Color Harmonies of #956A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A13

Black with #956A13

Text Example


Text Example

White with #956A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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