Html Css Color HEX #946328 Afghan Tan

📋 copy color: '#946328'

red 148 ◦ green 99 ◦ blue 40

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

Shades of Afghan Tan #946328

Tints of Afghan Tan #946328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 51.57%
G = 34.49%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#946328 (or 0x946328) is known color: Afghan Tan. HEX triplet: 94, 63 and 28. RGB value is (148,99,40). Sum of RGB (Red+Green+Blue) = 148+99+40=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #946328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946328 is #6B9CD7. Grayscale: #6B6B6B. Windows color (decimal): -7052504 or 2646932. OLE color: 2646932.

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

Color convert

RGB 148 99 40 -
CMYK 0 0.33 0.73 0.42
HSL 32.78º 0.57% 0.37% -
HSV(B) 32.78º 0.73% 0.58% -
XYZ 17.06 15.37 4.08 -
YUV 106.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 148 99 40 0 0.33 0.73 0.42 32.78 0.57 0.37
Hex 94 63 28 0 21 49 2A 21 39 25
Octal 224 143 50 0 41 111 52 41 71 45
Binary 10010100 1100011 101000 0 100001 1001001 101010 100001 111001 100101

Color Harmonies of #946328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946328

Black with #946328

Text Example


Text Example

White with #946328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946328; }

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

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

background-color css

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

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

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

border-color css

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

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

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