Html Css Color HEX #946822 Afghan Tan

📋 copy color: '#946822'

red 148 ◦ green 104 ◦ blue 34

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

Shades of Afghan Tan #946822

Tints of Afghan Tan #946822

RGB

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

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

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

R = 51.75%
G = 36.36%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#946822 (or 0x946822) is known color: Afghan Tan. HEX triplet: 94, 68 and 22. RGB value is (148,104,34). Sum of RGB (Red+Green+Blue) = 148+104+34=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946822 is #6B97DD. Grayscale: #6D6D6D. Windows color (decimal): -7051230 or 2254996. OLE color: 2254996.

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

Color convert

RGB 148 104 34 -
CMYK 0 0.30 0.77 0.42
HSL 36.84º 0.63% 0.36% -
HSV(B) 36.84º 0.77% 0.58% -
XYZ 17.45 16.31 3.74 -
YUV 109.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 148 104 34 0 0.30 0.77 0.42 36.84 0.63 0.36
Hex 94 68 22 0 1E 4D 2A 25 3F 24
Octal 224 150 42 0 36 115 52 45 77 44
Binary 10010100 1101000 100010 0 11110 1001101 101010 100101 111111 100100

Color Harmonies of #946822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946822

Black with #946822

Text Example


Text Example

White with #946822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946822; }

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

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

background-color css

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

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

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

border-color css

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

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

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