Html Css Color HEX #96674A Dark Tan

📋 copy color: '#96674A'

red 150 ◦ green 103 ◦ blue 74

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

Shades of Dark Tan #96674A

Tints of Dark Tan #96674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 45.87%
G = 31.5%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96674A (or 0x96674A) is known color: Dark Tan. HEX triplet: 96, 67 and 4A. RGB value is (150,103,74). Sum of RGB (Red+Green+Blue) = 150+103+74=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96674A is #6998B5. Grayscale: #717171. Windows color (decimal): -6920374 or 4876182. OLE color: 4876182.

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

Color convert

RGB 150 103 74 -
CMYK 0 0.31 0.51 0.41
HSL 22.89º 0.34% 0.44% -
HSV(B) 22.89º 0.51% 0.59% -
XYZ 18.66 16.68 8.71 -
YUV 113.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 150 103 74 0 0.31 0.51 0.41 22.89 0.34 0.44
Hex 96 67 4A 0 1F 33 29 17 22 2C
Octal 226 147 112 0 37 63 51 27 42 54
Binary 10010110 1100111 1001010 0 11111 110011 101001 10111 100010 101100

Color Harmonies of #96674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96674A

Black with #96674A

Text Example


Text Example

White with #96674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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