Html Css Color HEX #956510 Golden Brown

📋 copy color: '#956510'

red 149 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #956510

Tints of Golden Brown #956510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 56.02%
G = 37.97%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#956510 (or 0x956510) is known color: Golden Brown. HEX triplet: 95, 65 and 10. RGB value is (149,101,16). Sum of RGB (Red+Green+Blue) = 149+101+16=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #956510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956510 is #6A9AEF. Grayscale: #6A6A6A. Windows color (decimal): -6986480 or 1074581. OLE color: 1074581.

HSL color Cylindrical-coordinate representation of color #956510: hue angle of 38.35º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #956510 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 16 -
CMYK 0 0.32 0.89 0.42
HSL 38.35º 0.81% 0.32% -
HSV(B) 38.35º 0.89% 0.58% -
XYZ 17.14 15.73 2.62 -
YUV 105.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 149 101 16 0 0.32 0.89 0.42 38.35 0.81 0.32
Hex 95 65 10 0 20 59 2A 26 51 20
Octal 225 145 20 0 40 131 52 46 121 40
Binary 10010101 1100101 10000 0 100000 1011001 101010 100110 1010001 100000

Color Harmonies of #956510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956510

Black with #956510

Text Example


Text Example

White with #956510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956510; }

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

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

background-color css

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

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

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

border-color css

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

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

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