Html Css Color HEX #96674B Dark Tan

📋 copy color: '#96674B'

red 150 ◦ green 103 ◦ blue 75

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

Shades of Dark Tan #96674B

Tints of Dark Tan #96674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 45.73%
G = 31.4%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96674B (or 0x96674B) is known color: Dark Tan. HEX triplet: 96, 67 and 4B. RGB value is (150,103,75). Sum of RGB (Red+Green+Blue) = 150+103+75=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96674B is #6998B4. Grayscale: #727272. Windows color (decimal): -6920373 or 4941718. OLE color: 4941718.

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

Color convert

RGB 150 103 75 -
CMYK 0 0.31 0.5 0.41
HSL 22.4º 0.33% 0.44% -
HSV(B) 22.4º 0.5% 0.59% -
XYZ 18.7 16.69 8.89 -
YUV 113.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 150 103 75 0 0.31 0.5 0.41 22.4 0.33 0.44
Hex 96 67 4B 0 1F 32 29 16 21 2C
Octal 226 147 113 0 37 62 51 26 41 54
Binary 10010110 1100111 1001011 0 11111 110010 101001 10110 100001 101100

Color Harmonies of #96674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96674B

Black with #96674B

Text Example


Text Example

White with #96674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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