Html Css Color HEX #9D674A Dark Tan

📋 copy color: '#9D674A'

red 157 ◦ green 103 ◦ blue 74

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

Shades of Dark Tan #9D674A

Tints of Dark Tan #9D674A

RGB

 RED value IS 157 (61.72% from 255) = 47.01%

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

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

R = 47.01%
G = 30.84%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D674A (or 0x9D674A) is known color: Dark Tan. HEX triplet: 9D, 67 and 4A. RGB value is (157,103,74). Sum of RGB (Red+Green+Blue) = 157+103+74=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D674A is #6298B5. Grayscale: #747474. Windows color (decimal): -6461622 or 4876189. OLE color: 4876189.

HSL color Cylindrical-coordinate representation of color #9D674A: hue angle of 20.96º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D674A is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 103 74 -
CMYK 0 0.34 0.53 0.38
HSL 20.96º 0.36% 0.45% -
HSV(B) 20.96º 0.53% 0.62% -
XYZ 19.99 17.36 8.78 -
YUV 115.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 157 103 74 0 0.34 0.53 0.38 20.96 0.36 0.45
Hex 9D 67 4A 0 22 35 26 15 24 2D
Octal 235 147 112 0 42 65 46 25 44 55
Binary 10011101 1100111 1001010 0 100010 110101 100110 10101 100100 101101

Color Harmonies of #9D674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D674A

Black with #9D674A

Text Example


Text Example

White with #9D674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D674A; }

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

 H1.HeaderClassName
 {
   color: #9D674A;
 }
 .AnyTagClassName
 {
   color: #9D674A;
 }
</style>

background-color css

<style>
 a { background-color: #9D674A; }

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

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

border-color css

<style>
 span { border-color: #9D674A; }

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

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