Html Css Color HEX #956018 Golden Brown

📋 copy color: '#956018'

red 149 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #956018

Tints of Golden Brown #956018

RGB

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

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

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

R = 55.39%
G = 35.69%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#956018 (or 0x956018) is known color: Golden Brown. HEX triplet: 95, 60 and 18. RGB value is (149,96,24). Sum of RGB (Red+Green+Blue) = 149+96+24=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #956018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956018 is #6A9FE7. Grayscale: #676767. Windows color (decimal): -6987752 or 1597589. OLE color: 1597589.

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

Color convert

RGB 149 96 24 -
CMYK 0 0.36 0.84 0.42
HSL 34.56º 0.72% 0.34% -
HSV(B) 34.56º 0.84% 0.58% -
XYZ 16.74 14.82 2.84 -
YUV 103.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 149 96 24 0 0.36 0.84 0.42 34.56 0.72 0.34
Hex 95 60 18 0 24 54 2A 23 48 22
Octal 225 140 30 0 44 124 52 43 110 42
Binary 10010101 1100000 11000 0 100100 1010100 101010 100011 1001000 100010

Color Harmonies of #956018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956018

Black with #956018

Text Example


Text Example

White with #956018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956018; }

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

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

background-color css

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

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

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

border-color css

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

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

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