Html Css Color HEX #966819 Golden Brown

📋 copy color: '#966819'

red 150 ◦ green 104 ◦ blue 25

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

Shades of Golden Brown #966819

Tints of Golden Brown #966819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.28%

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 53.76%
G = 37.28%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#966819 (or 0x966819) is known color: Golden Brown. HEX triplet: 96, 68 and 19. RGB value is (150,104,25). Sum of RGB (Red+Green+Blue) = 150+104+25=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #966819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966819 is #6997E6. Grayscale: #6D6D6D. Windows color (decimal): -6920167 or 1665174. OLE color: 1665174.

HSL color Cylindrical-coordinate representation of color #966819: hue angle of 37.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #966819 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 25 -
CMYK 0 0.31 0.83 0.41
HSL 37.92º 0.71% 0.34% -
HSV(B) 37.92º 0.83% 0.59% -
XYZ 17.7 16.45 3.16 -
YUV 108.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 150 104 25 0 0.31 0.83 0.41 37.92 0.71 0.34
Hex 96 68 19 0 1F 53 29 26 47 22
Octal 226 150 31 0 37 123 51 46 107 42
Binary 10010110 1101000 11001 0 11111 1010011 101001 100110 1000111 100010

Color Harmonies of #966819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966819

Black with #966819

Text Example


Text Example

White with #966819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966819; }

 p { color: rgb(150,104,25); }

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

background-color css

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

 a { background-color: rgb(150,104,25); }

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

border-color css

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

 span { border-color: rgb(150,104,25); }

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