Html Css Color HEX #966511 Golden Brown

📋 copy color: '#966511'

red 150 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #966511

Tints of Golden Brown #966511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 55.97%
G = 37.69%
B = 6.34%

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

#966511 (or 0x966511) is known color: Golden Brown. HEX triplet: 96, 65 and 11. RGB value is (150,101,17). Sum of RGB (Red+Green+Blue) = 150+101+17=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966511 is #699AEE. Grayscale: #6A6A6A. Windows color (decimal): -6920943 or 1140118. OLE color: 1140118.

HSL color Cylindrical-coordinate representation of color #966511: hue angle of 37.89º degrees, saturation: 0.8, 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 #966511 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 17 -
CMYK 0 0.33 0.89 0.41
HSL 37.89º 0.8% 0.33% -
HSV(B) 37.89º 0.89% 0.59% -
XYZ 17.33 15.83 2.67 -
YUV 106.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 150 101 17 0 0.33 0.89 0.41 37.89 0.8 0.33
Hex 96 65 11 0 21 59 29 26 50 21
Octal 226 145 21 0 41 131 51 46 120 41
Binary 10010110 1100101 10001 0 100001 1011001 101001 100110 1010000 100001

Color Harmonies of #966511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966511

Black with #966511

Text Example


Text Example

White with #966511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966511; }

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

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

background-color css

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

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

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

border-color css

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

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

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