Html Css Color HEX #966B45 Dark Tan

📋 copy color: '#966B45'

red 150 ◦ green 107 ◦ blue 69

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

Shades of Dark Tan #966B45

Tints of Dark Tan #966B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 46.01%
G = 32.82%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#966B45 (or 0x966B45) is known color: Dark Tan. HEX triplet: 96, 6B and 45. RGB value is (150,107,69). Sum of RGB (Red+Green+Blue) = 150+107+69=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #966B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B45 is #6994BA. Grayscale: #737373. Windows color (decimal): -6919355 or 4549526. OLE color: 4549526.

HSL color Cylindrical-coordinate representation of color #966B45: hue angle of 28.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966B45 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 107 69 -
CMYK 0 0.29 0.54 0.41
HSL 28.15º 0.37% 0.43% -
HSV(B) 28.15º 0.54% 0.59% -
XYZ 18.91 17.43 8 -
YUV 115.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 150 107 69 0 0.29 0.54 0.41 28.15 0.37 0.43
Hex 96 6B 45 0 1D 36 29 1C 25 2B
Octal 226 153 105 0 35 66 51 34 45 53
Binary 10010110 1101011 1000101 0 11101 110110 101001 11100 100101 101011

Color Harmonies of #966B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B45

Black with #966B45

Text Example


Text Example

White with #966B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966B45; }

 p { color: rgb(150,107,69); }

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

background-color css

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

 a { background-color: rgb(150,107,69); }

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

border-color css

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

 span { border-color: rgb(150,107,69); }

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