Html Css Color HEX #946422 Afghan Tan

📋 copy color: '#946422'

red 148 ◦ green 100 ◦ blue 34

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

Shades of Afghan Tan #946422

Tints of Afghan Tan #946422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 52.48%
G = 35.46%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#946422 (or 0x946422) is known color: Afghan Tan. HEX triplet: 94, 64 and 22. RGB value is (148,100,34). Sum of RGB (Red+Green+Blue) = 148+100+34=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #946422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946422 is #6B9BDD. Grayscale: #6B6B6B. Windows color (decimal): -7052254 or 2253972. OLE color: 2253972.

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

Color convert

RGB 148 100 34 -
CMYK 0 0.32 0.77 0.42
HSL 34.74º 0.63% 0.36% -
HSV(B) 34.74º 0.77% 0.58% -
XYZ 17.06 15.53 3.61 -
YUV 106.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 148 100 34 0 0.32 0.77 0.42 34.74 0.63 0.36
Hex 94 64 22 0 20 4D 2A 23 3F 24
Octal 224 144 42 0 40 115 52 43 77 44
Binary 10010100 1100100 100010 0 100000 1001101 101010 100011 111111 100100

Color Harmonies of #946422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946422

Black with #946422

Text Example


Text Example

White with #946422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946422; }

 p { color: rgb(148,100,34); }

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

background-color css

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

 a { background-color: rgb(148,100,34); }

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

border-color css

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

 span { border-color: rgb(148,100,34); }

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