Html Css Color HEX #956418 Golden Brown

📋 copy color: '#956418'

red 149 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #956418

Tints of Golden Brown #956418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 54.58%
G = 36.63%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#956418 (or 0x956418) is known color: Golden Brown. HEX triplet: 95, 64 and 18. RGB value is (149,100,24). Sum of RGB (Red+Green+Blue) = 149+100+24=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956418 is #6A9BE7. Grayscale: #6A6A6A. Windows color (decimal): -6986728 or 1598613. OLE color: 1598613.

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

Color convert

RGB 149 100 24 -
CMYK 0 0.33 0.84 0.42
HSL 36.48º 0.72% 0.34% -
HSV(B) 36.48º 0.84% 0.58% -
XYZ 17.12 15.57 2.97 -
YUV 105.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 149 100 24 0 0.33 0.84 0.42 36.48 0.72 0.34
Hex 95 64 18 0 21 54 2A 24 48 22
Octal 225 144 30 0 41 124 52 44 110 42
Binary 10010101 1100100 11000 0 100001 1010100 101010 100100 1001000 100010

Color Harmonies of #956418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956418

Black with #956418

Text Example


Text Example

White with #956418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956418; }

 p { color: rgb(149,100,24); }

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

background-color css

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

 a { background-color: rgb(149,100,24); }

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

border-color css

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

 span { border-color: rgb(149,100,24); }

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