Html Css Color HEX #966518 Golden Brown

📋 copy color: '#966518'

red 150 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #966518

Tints of Golden Brown #966518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 54.55%
G = 36.73%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#966518 (or 0x966518) is known color: Golden Brown. HEX triplet: 96, 65 and 18. RGB value is (150,101,24). Sum of RGB (Red+Green+Blue) = 150+101+24=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966518 is #699AE7. Grayscale: #6B6B6B. Windows color (decimal): -6920936 or 1598870. OLE color: 1598870.

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

Color convert

RGB 150 101 24 -
CMYK 0 0.33 0.84 0.41
HSL 36.67º 0.72% 0.34% -
HSV(B) 36.67º 0.84% 0.59% -
XYZ 17.4 15.86 3.01 -
YUV 106.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 150 101 24 0 0.33 0.84 0.41 36.67 0.72 0.34
Hex 96 65 18 0 21 54 29 25 48 22
Octal 226 145 30 0 41 124 51 45 110 42
Binary 10010110 1100101 11000 0 100001 1010100 101001 100101 1001000 100010

Color Harmonies of #966518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966518

Black with #966518

Text Example


Text Example

White with #966518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966518; }

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

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

background-color css

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

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

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

border-color css

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

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

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