Html Css Color HEX #946628 Afghan Tan

📋 copy color: '#946628'

red 148 ◦ green 102 ◦ blue 40

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

Shades of Afghan Tan #946628

Tints of Afghan Tan #946628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 51.03%
G = 35.17%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#946628 (or 0x946628) is known color: Afghan Tan. HEX triplet: 94, 66 and 28. RGB value is (148,102,40). Sum of RGB (Red+Green+Blue) = 148+102+40=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #946628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946628 is #6B99D7. Grayscale: #6C6C6C. Windows color (decimal): -7051736 or 2647700. OLE color: 2647700.

HSL color Cylindrical-coordinate representation of color #946628: hue angle of 34.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #946628 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 40 -
CMYK 0 0.31 0.73 0.42
HSL 34.44º 0.57% 0.37% -
HSV(B) 34.44º 0.73% 0.58% -
XYZ 17.35 15.95 4.17 -
YUV 108.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 148 102 40 0 0.31 0.73 0.42 34.44 0.57 0.37
Hex 94 66 28 0 1F 49 2A 22 39 25
Octal 224 146 50 0 37 111 52 42 71 45
Binary 10010100 1100110 101000 0 11111 1001001 101010 100010 111001 100101

Color Harmonies of #946628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946628

Black with #946628

Text Example


Text Example

White with #946628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946628; }

 p { color: rgb(148,102,40); }

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

background-color css

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

 a { background-color: rgb(148,102,40); }

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

border-color css

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

 span { border-color: rgb(148,102,40); }

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