Html Css Color HEX #966513 Golden Brown

📋 copy color: '#966513'

red 150 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #966513

Tints of Golden Brown #966513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 55.56%
G = 37.41%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#966513 (or 0x966513) is known color: Golden Brown. HEX triplet: 96, 65 and 13. RGB value is (150,101,19). Sum of RGB (Red+Green+Blue) = 150+101+19=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966513 is #699AEC. Grayscale: #6A6A6A. Windows color (decimal): -6920941 or 1271190. OLE color: 1271190.

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

Color convert

RGB 150 101 19 -
CMYK 0 0.33 0.87 0.41
HSL 37.56º 0.78% 0.33% -
HSV(B) 37.56º 0.87% 0.59% -
XYZ 17.35 15.84 2.76 -
YUV 106.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 150 101 19 0 0.33 0.87 0.41 37.56 0.78 0.33
Hex 96 65 13 0 21 57 29 26 4E 21
Octal 226 145 23 0 41 127 51 46 116 41
Binary 10010110 1100101 10011 0 100001 1010111 101001 100110 1001110 100001

Color Harmonies of #966513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966513

Black with #966513

Text Example


Text Example

White with #966513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966513; }

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

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

background-color css

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

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

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

border-color css

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

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

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