Html Css Color HEX #956C10 Golden Brown

📋 copy color: '#956C10'

red 149 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #956C10

Tints of Golden Brown #956C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 54.58%
G = 39.56%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#956C10 (or 0x956C10) is known color: Golden Brown. HEX triplet: 95, 6C and 10. RGB value is (149,108,16). Sum of RGB (Red+Green+Blue) = 149+108+16=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C10 is #6A93EF. Grayscale: #6E6E6E. Windows color (decimal): -6984688 or 1076373. OLE color: 1076373.

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

Color convert

RGB 149 108 16 -
CMYK 0 0.28 0.89 0.42
HSL 41.5º 0.81% 0.32% -
HSV(B) 41.5º 0.89% 0.58% -
XYZ 17.85 17.15 2.86 -
YUV 109.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 149 108 16 0 0.28 0.89 0.42 41.5 0.81 0.32
Hex 95 6C 10 0 1C 59 2A 2A 51 20
Octal 225 154 20 0 34 131 52 52 121 40
Binary 10010101 1101100 10000 0 11100 1011001 101010 101010 1010001 100000

Color Harmonies of #956C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C10

Black with #956C10

Text Example


Text Example

White with #956C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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