Html Css Color HEX #956813 Golden Brown

📋 copy color: '#956813'

red 149 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #956813

Tints of Golden Brown #956813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 54.78%
G = 38.24%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956813 (or 0x956813) is known color: Golden Brown. HEX triplet: 95, 68 and 13. RGB value is (149,104,19). Sum of RGB (Red+Green+Blue) = 149+104+19=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #956813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956813 is #6A97EC. Grayscale: #6C6C6C. Windows color (decimal): -6985709 or 1271957. OLE color: 1271957.

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

Color convert

RGB 149 104 19 -
CMYK 0 0.30 0.87 0.42
HSL 39.23º 0.77% 0.33% -
HSV(B) 39.23º 0.87% 0.58% -
XYZ 17.46 16.34 2.85 -
YUV 107.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 149 104 19 0 0.30 0.87 0.42 39.23 0.77 0.33
Hex 95 68 13 0 1E 57 2A 27 4D 21
Octal 225 150 23 0 36 127 52 47 115 41
Binary 10010101 1101000 10011 0 11110 1010111 101010 100111 1001101 100001

Color Harmonies of #956813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956813

Black with #956813

Text Example


Text Example

White with #956813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956813; }

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

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

background-color css

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

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

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

border-color css

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

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

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