Html Css Color HEX #946729 Afghan Tan

📋 copy color: '#946729'

red 148 ◦ green 103 ◦ blue 41

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

Shades of Afghan Tan #946729

Tints of Afghan Tan #946729

RGB

 RED value IS 148 (58.2% from 255) = 50.68%

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

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 50.68%
G = 35.27%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#946729 (or 0x946729) is known color: Afghan Tan. HEX triplet: 94, 67 and 29. RGB value is (148,103,41). Sum of RGB (Red+Green+Blue) = 148+103+41=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #946729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946729 is #6B98D6. Grayscale: #6D6D6D. Windows color (decimal): -7051479 or 2713492. OLE color: 2713492.

HSL color Cylindrical-coordinate representation of color #946729: hue angle of 34.77º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #946729 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 41 -
CMYK 0 0.30 0.72 0.42
HSL 34.77º 0.57% 0.37% -
HSV(B) 34.77º 0.72% 0.58% -
XYZ 17.46 16.16 4.3 -
YUV 109.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 148 103 41 0 0.30 0.72 0.42 34.77 0.57 0.37
Hex 94 67 29 0 1E 48 2A 23 39 25
Octal 224 147 51 0 36 110 52 43 71 45
Binary 10010100 1100111 101001 0 11110 1001000 101010 100011 111001 100101

Color Harmonies of #946729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946729

Black with #946729

Text Example


Text Example

White with #946729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946729; }

 p { color: rgb(148,103,41); }

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

background-color css

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

 a { background-color: rgb(148,103,41); }

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

border-color css

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

 span { border-color: rgb(148,103,41); }

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