Html Css Color HEX #95674A Dark Tan

📋 copy color: '#95674A'

red 149 ◦ green 103 ◦ blue 74

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

Shades of Dark Tan #95674A

Tints of Dark Tan #95674A

RGB

 RED value IS 149 (58.59% from 255) = 45.71%

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

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

R = 45.71%
G = 31.6%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95674A (or 0x95674A) is known color: Dark Tan. HEX triplet: 95, 67 and 4A. RGB value is (149,103,74). Sum of RGB (Red+Green+Blue) = 149+103+74=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95674A is #6A98B5. Grayscale: #717171. Windows color (decimal): -6985910 or 4876181. OLE color: 4876181.

HSL color Cylindrical-coordinate representation of color #95674A: hue angle of 23.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95674A is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 74 -
CMYK 0 0.31 0.50 0.42
HSL 23.2º 0.34% 0.44% -
HSV(B) 23.2º 0.5% 0.58% -
XYZ 18.48 16.58 8.71 -
YUV 113.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 149 103 74 0 0.31 0.50 0.42 23.2 0.34 0.44
Hex 95 67 4A 0 1F 32 2A 17 22 2C
Octal 225 147 112 0 37 62 52 27 42 54
Binary 10010101 1100111 1001010 0 11111 110010 101010 10111 100010 101100

Color Harmonies of #95674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95674A

Black with #95674A

Text Example


Text Example

White with #95674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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