Html Css Color HEX #956019 Golden Brown

📋 copy color: '#956019'

red 149 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #956019

Tints of Golden Brown #956019

RGB

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

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

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

R = 55.19%
G = 35.56%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956019 (or 0x956019) is known color: Golden Brown. HEX triplet: 95, 60 and 19. RGB value is (149,96,25). Sum of RGB (Red+Green+Blue) = 149+96+25=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956019 is #6A9FE6. Grayscale: #686868. Windows color (decimal): -6987751 or 1663125. OLE color: 1663125.

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

Color convert

RGB 149 96 25 -
CMYK 0 0.36 0.83 0.42
HSL 34.35º 0.71% 0.34% -
HSV(B) 34.35º 0.83% 0.58% -
XYZ 16.75 14.83 2.9 -
YUV 103.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 149 96 25 0 0.36 0.83 0.42 34.35 0.71 0.34
Hex 95 60 19 0 24 53 2A 22 47 22
Octal 225 140 31 0 44 123 52 42 107 42
Binary 10010101 1100000 11001 0 100100 1010011 101010 100010 1000111 100010

Color Harmonies of #956019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956019

Black with #956019

Text Example


Text Example

White with #956019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956019; }

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

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

background-color css

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

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

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

border-color css

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

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

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