Html Css Color HEX #946728 Afghan Tan

📋 copy color: '#946728'

red 148 ◦ green 103 ◦ blue 40

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

Shades of Afghan Tan #946728

Tints of Afghan Tan #946728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

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

R = 50.86%
G = 35.4%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#946728 (or 0x946728) is known color: Afghan Tan. HEX triplet: 94, 67 and 28. RGB value is (148,103,40). Sum of RGB (Red+Green+Blue) = 148+103+40=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #946728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946728 is #6B98D7. Grayscale: #6D6D6D. Windows color (decimal): -7051480 or 2647956. OLE color: 2647956.

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

Color convert

RGB 148 103 40 -
CMYK 0 0.30 0.73 0.42
HSL 35º 0.57% 0.37% -
HSV(B) 35º 0.73% 0.58% -
XYZ 17.45 16.15 4.21 -
YUV 109.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 148 103 40 0 0.30 0.73 0.42 35 0.57 0.37
Hex 94 67 28 0 1E 49 2A 23 39 25
Octal 224 147 50 0 36 111 52 43 71 45
Binary 10010100 1100111 101000 0 11110 1001001 101010 100011 111001 100101

Color Harmonies of #946728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946728

Black with #946728

Text Example


Text Example

White with #946728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946728; }

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

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

background-color css

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

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

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

border-color css

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

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

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