Html Css Color HEX #966510 Golden Brown

📋 copy color: '#966510'

red 150 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #966510

Tints of Golden Brown #966510

RGB

 RED value IS 150 (58.98% from 255) = 56.18%

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

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

R = 56.18%
G = 37.83%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#966510 (or 0x966510) is known color: Golden Brown. HEX triplet: 96, 65 and 10. RGB value is (150,101,16). Sum of RGB (Red+Green+Blue) = 150+101+16=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #966510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966510 is #699AEF. Grayscale: #6A6A6A. Windows color (decimal): -6920944 or 1074582. OLE color: 1074582.

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

Color convert

RGB 150 101 16 -
CMYK 0 0.33 0.89 0.41
HSL 38.06º 0.81% 0.33% -
HSV(B) 38.06º 0.89% 0.59% -
XYZ 17.32 15.83 2.63 -
YUV 105.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 150 101 16 0 0.33 0.89 0.41 38.06 0.81 0.33
Hex 96 65 10 0 21 59 29 26 51 21
Octal 226 145 20 0 41 131 51 46 121 41
Binary 10010110 1100101 10000 0 100001 1011001 101001 100110 1010001 100001

Color Harmonies of #966510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966510

Black with #966510

Text Example


Text Example

White with #966510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966510; }

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

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

background-color css

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

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

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

border-color css

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

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

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