Html Css Color HEX #956517 Golden Brown

📋 copy color: '#956517'

red 149 ◦ green 101 ◦ blue 23

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

Shades of Golden Brown #956517

Tints of Golden Brown #956517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 54.58%
G = 37%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956517 (or 0x956517) is known color: Golden Brown. HEX triplet: 95, 65 and 17. RGB value is (149,101,23). Sum of RGB (Red+Green+Blue) = 149+101+23=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956517 is #6A9AE8. Grayscale: #6A6A6A. Windows color (decimal): -6986473 or 1533333. OLE color: 1533333.

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

Color convert

RGB 149 101 23 -
CMYK 0 0.32 0.85 0.42
HSL 37.14º 0.73% 0.34% -
HSV(B) 37.14º 0.85% 0.58% -
XYZ 17.2 15.76 2.95 -
YUV 106.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 149 101 23 0 0.32 0.85 0.42 37.14 0.73 0.34
Hex 95 65 17 0 20 55 2A 25 49 22
Octal 225 145 27 0 40 125 52 45 111 42
Binary 10010101 1100101 10111 0 100000 1010101 101010 100101 1001001 100010

Color Harmonies of #956517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956517

Black with #956517

Text Example


Text Example

White with #956517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956517; }

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

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

background-color css

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

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

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

border-color css

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

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

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