Html Css Color HEX #955610 Golden Brown

📋 copy color: '#955610'

red 149 ◦ green 86 ◦ blue 16

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

Shades of Golden Brown #955610

Tints of Golden Brown #955610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 59.36%
G = 34.26%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955610 (or 0x955610) is known color: Golden Brown. HEX triplet: 95, 56 and 10. RGB value is (149,86,16). Sum of RGB (Red+Green+Blue) = 149+86+16=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #955610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955610 is #6AA9EF. Grayscale: #616161. Windows color (decimal): -6990320 or 1070741. OLE color: 1070741.

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

Color convert

RGB 149 86 16 -
CMYK 0 0.42 0.89 0.42
HSL 31.58º 0.81% 0.32% -
HSV(B) 31.58º 0.89% 0.58% -
XYZ 15.82 13.08 2.18 -
YUV 96.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 149 86 16 0 0.42 0.89 0.42 31.58 0.81 0.32
Hex 95 56 10 0 2A 59 2A 20 51 20
Octal 225 126 20 0 52 131 52 40 121 40
Binary 10010101 1010110 10000 0 101010 1011001 101010 100000 1010001 100000

Color Harmonies of #955610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955610

Black with #955610

Text Example


Text Example

White with #955610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955610; }

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

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

background-color css

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

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

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

border-color css

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

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

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