Html Css Color HEX #946223 Afghan Tan

📋 copy color: '#946223'

red 148 ◦ green 98 ◦ blue 35

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

Shades of Afghan Tan #946223

Tints of Afghan Tan #946223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.46%

R = 52.67%
G = 34.88%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#946223 (or 0x946223) is known color: Afghan Tan. HEX triplet: 94, 62 and 23. RGB value is (148,98,35). Sum of RGB (Red+Green+Blue) = 148+98+35=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946223 is #6B9DDC. Grayscale: #6A6A6A. Windows color (decimal): -7052765 or 2318996. OLE color: 2318996.

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

Color convert

RGB 148 98 35 -
CMYK 0 0.34 0.76 0.42
HSL 33.45º 0.62% 0.36% -
HSV(B) 33.45º 0.76% 0.58% -
XYZ 16.88 15.15 3.62 -
YUV 105.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 148 98 35 0 0.34 0.76 0.42 33.45 0.62 0.36
Hex 94 62 23 0 22 4C 2A 21 3E 24
Octal 224 142 43 0 42 114 52 41 76 44
Binary 10010100 1100010 100011 0 100010 1001100 101010 100001 111110 100100

Color Harmonies of #946223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946223

Black with #946223

Text Example


Text Example

White with #946223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946223; }

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

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

background-color css

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

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

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

border-color css

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

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

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