Html Css Color HEX #96674D Dark Tan

📋 copy color: '#96674D'

red 150 ◦ green 103 ◦ blue 77

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

Shades of Dark Tan #96674D

Tints of Dark Tan #96674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 45.45%
G = 31.21%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96674D (or 0x96674D) is known color: Dark Tan. HEX triplet: 96, 67 and 4D. RGB value is (150,103,77). Sum of RGB (Red+Green+Blue) = 150+103+77=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96674D is #6998B2. Grayscale: #727272. Windows color (decimal): -6920371 or 5072790. OLE color: 5072790.

HSL color Cylindrical-coordinate representation of color #96674D: hue angle of 21.37º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96674D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 77 -
CMYK 0 0.31 0.49 0.41
HSL 21.37º 0.32% 0.45% -
HSV(B) 21.37º 0.49% 0.59% -
XYZ 18.77 16.72 9.26 -
YUV 114.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 150 103 77 0 0.31 0.49 0.41 21.37 0.32 0.45
Hex 96 67 4D 0 1F 31 29 15 20 2D
Octal 226 147 115 0 37 61 51 25 40 55
Binary 10010110 1100111 1001101 0 11111 110001 101001 10101 100000 101101

Color Harmonies of #96674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96674D

Black with #96674D

Text Example


Text Example

White with #96674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96674D; }

 p { color: rgb(150,103,77); }

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

background-color css

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

 a { background-color: rgb(150,103,77); }

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

border-color css

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

 span { border-color: rgb(150,103,77); }

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