Html Css Color HEX #956C19 Golden Brown

📋 copy color: '#956C19'

red 149 ◦ green 108 ◦ blue 25

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

Shades of Golden Brown #956C19

Tints of Golden Brown #956C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

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

R = 52.84%
G = 38.3%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956C19 (or 0x956C19) is known color: Golden Brown. HEX triplet: 95, 6C and 19. RGB value is (149,108,25). Sum of RGB (Red+Green+Blue) = 149+108+25=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C19 is #6A93E6. Grayscale: #6F6F6F. Windows color (decimal): -6984679 or 1666197. OLE color: 1666197.

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

Color convert

RGB 149 108 25 -
CMYK 0 0.28 0.83 0.42
HSL 40.16º 0.71% 0.34% -
HSV(B) 40.16º 0.83% 0.58% -
XYZ 17.93 17.18 3.29 -
YUV 110.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 149 108 25 0 0.28 0.83 0.42 40.16 0.71 0.34
Hex 95 6C 19 0 1C 53 2A 28 47 22
Octal 225 154 31 0 34 123 52 50 107 42
Binary 10010101 1101100 11001 0 11100 1010011 101010 101000 1000111 100010

Color Harmonies of #956C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C19

Black with #956C19

Text Example


Text Example

White with #956C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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