Html Css Color HEX #956017 Golden Brown

📋 copy color: '#956017'

red 149 ◦ green 96 ◦ blue 23

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

Shades of Golden Brown #956017

Tints of Golden Brown #956017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 55.6%
G = 35.82%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956017 (or 0x956017) is known color: Golden Brown. HEX triplet: 95, 60 and 17. RGB value is (149,96,23). Sum of RGB (Red+Green+Blue) = 149+96+23=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #956017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956017 is #6A9FE8. Grayscale: #676767. Windows color (decimal): -6987753 or 1532053. OLE color: 1532053.

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

Color convert

RGB 149 96 23 -
CMYK 0 0.36 0.85 0.42
HSL 34.76º 0.73% 0.34% -
HSV(B) 34.76º 0.85% 0.58% -
XYZ 16.73 14.82 2.79 -
YUV 103.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 149 96 23 0 0.36 0.85 0.42 34.76 0.73 0.34
Hex 95 60 17 0 24 55 2A 23 49 22
Octal 225 140 27 0 44 125 52 43 111 42
Binary 10010101 1100000 10111 0 100100 1010101 101010 100011 1001001 100010

Color Harmonies of #956017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956017

Black with #956017

Text Example


Text Example

White with #956017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956017; }

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

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

background-color css

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

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

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

border-color css

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

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

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