Html Css Color HEX #946829 Afghan Tan

📋 copy color: '#946829'

red 148 ◦ green 104 ◦ blue 41

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

Shades of Afghan Tan #946829

Tints of Afghan Tan #946829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

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

R = 50.51%
G = 35.49%
B = 13.99%

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

#946829 (or 0x946829) is known color: Afghan Tan. HEX triplet: 94, 68 and 29. RGB value is (148,104,41). Sum of RGB (Red+Green+Blue) = 148+104+41=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #946829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946829 is #6B97D6. Grayscale: #6E6E6E. Windows color (decimal): -7051223 or 2713748. OLE color: 2713748.

HSL color Cylindrical-coordinate representation of color #946829: hue angle of 35.33º 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 #946829 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 41 -
CMYK 0 0.30 0.72 0.42
HSL 35.33º 0.57% 0.37% -
HSV(B) 35.33º 0.72% 0.58% -
XYZ 17.56 16.36 4.33 -
YUV 109.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 148 104 41 0 0.30 0.72 0.42 35.33 0.57 0.37
Hex 94 68 29 0 1E 48 2A 23 39 25
Octal 224 150 51 0 36 110 52 43 71 45
Binary 10010100 1101000 101001 0 11110 1001000 101010 100011 111001 100101

Color Harmonies of #946829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946829

Black with #946829

Text Example


Text Example

White with #946829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946829; }

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

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

background-color css

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

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

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

border-color css

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

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

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