Html Css Color HEX #99674A Dark Tan

📋 copy color: '#99674A'

red 153 ◦ green 103 ◦ blue 74

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

Shades of Dark Tan #99674A

Tints of Dark Tan #99674A

RGB

 RED value IS 153 (60.16% from 255) = 46.36%

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

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

R = 46.36%
G = 31.21%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99674A (or 0x99674A) is known color: Dark Tan. HEX triplet: 99, 67 and 4A. RGB value is (153,103,74). Sum of RGB (Red+Green+Blue) = 153+103+74=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99674A is #6698B5. Grayscale: #727272. Windows color (decimal): -6723766 or 4876185. OLE color: 4876185.

HSL color Cylindrical-coordinate representation of color #99674A: hue angle of 22.03º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99674A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 74 -
CMYK 0 0.33 0.52 0.4
HSL 22.03º 0.35% 0.45% -
HSV(B) 22.03º 0.52% 0.6% -
XYZ 19.22 16.97 8.74 -
YUV 114.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 153 103 74 0 0.33 0.52 0.4 22.03 0.35 0.45
Hex 99 67 4A 0 21 34 28 16 23 2D
Octal 231 147 112 0 41 64 50 26 43 55
Binary 10011001 1100111 1001010 0 100001 110100 101000 10110 100011 101101

Color Harmonies of #99674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99674A

Black with #99674A

Text Example


Text Example

White with #99674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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