Html Css Color HEX #956119 Golden Brown

📋 copy color: '#956119'

red 149 ◦ green 97 ◦ blue 25

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

Shades of Golden Brown #956119

Tints of Golden Brown #956119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 54.98%
G = 35.79%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956119 (or 0x956119) is known color: Golden Brown. HEX triplet: 95, 61 and 19. RGB value is (149,97,25). Sum of RGB (Red+Green+Blue) = 149+97+25=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #956119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956119 is #6A9EE6. Grayscale: #686868. Windows color (decimal): -6987495 or 1663381. OLE color: 1663381.

HSL color Cylindrical-coordinate representation of color #956119: hue angle of 34.84º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #956119 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 25 -
CMYK 0 0.35 0.83 0.42
HSL 34.84º 0.71% 0.34% -
HSV(B) 34.84º 0.83% 0.58% -
XYZ 16.84 15.01 2.93 -
YUV 104.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 149 97 25 0 0.35 0.83 0.42 34.84 0.71 0.34
Hex 95 61 19 0 23 53 2A 23 47 22
Octal 225 141 31 0 43 123 52 43 107 42
Binary 10010101 1100001 11001 0 100011 1010011 101010 100011 1000111 100010

Color Harmonies of #956119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956119

Black with #956119

Text Example


Text Example

White with #956119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956119; }

 p { color: rgb(149,97,25); }

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

background-color css

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

 a { background-color: rgb(149,97,25); }

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

border-color css

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

 span { border-color: rgb(149,97,25); }

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