Html Css Color HEX #946226 Afghan Tan

📋 copy color: '#946226'

red 148 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #946226

Tints of Afghan Tan #946226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 52.11%
G = 34.51%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#946226 (or 0x946226) is known color: Afghan Tan. HEX triplet: 94, 62 and 26. RGB value is (148,98,38). Sum of RGB (Red+Green+Blue) = 148+98+38=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946226 is #6B9DD9. Grayscale: #6A6A6A. Windows color (decimal): -7052762 or 2515604. OLE color: 2515604.

HSL color Cylindrical-coordinate representation of color #946226: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #946226 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 38 -
CMYK 0 0.34 0.74 0.42
HSL 32.73º 0.59% 0.36% -
HSV(B) 32.73º 0.74% 0.58% -
XYZ 16.93 15.17 3.87 -
YUV 106.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 148 98 38 0 0.34 0.74 0.42 32.73 0.59 0.36
Hex 94 62 26 0 22 4A 2A 21 3B 24
Octal 224 142 46 0 42 112 52 41 73 44
Binary 10010100 1100010 100110 0 100010 1001010 101010 100001 111011 100100

Color Harmonies of #946226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946226

Black with #946226

Text Example


Text Example

White with #946226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946226; }

 p { color: rgb(148,98,38); }

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

background-color css

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

 a { background-color: rgb(148,98,38); }

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

border-color css

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

 span { border-color: rgb(148,98,38); }

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