Html Css Color HEX #946624 Afghan Tan

📋 copy color: '#946624'

red 148 ◦ green 102 ◦ blue 36

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

Shades of Afghan Tan #946624

Tints of Afghan Tan #946624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 51.75%
G = 35.66%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#946624 (or 0x946624) is known color: Afghan Tan. HEX triplet: 94, 66 and 24. RGB value is (148,102,36). Sum of RGB (Red+Green+Blue) = 148+102+36=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946624 is #6B99DB. Grayscale: #6C6C6C. Windows color (decimal): -7051740 or 2385556. OLE color: 2385556.

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

Color convert

RGB 148 102 36 -
CMYK 0 0.31 0.76 0.42
HSL 35.36º 0.61% 0.36% -
HSV(B) 35.36º 0.76% 0.58% -
XYZ 17.28 15.93 3.83 -
YUV 108.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 148 102 36 0 0.31 0.76 0.42 35.36 0.61 0.36
Hex 94 66 24 0 1F 4C 2A 23 3D 24
Octal 224 146 44 0 37 114 52 43 75 44
Binary 10010100 1100110 100100 0 11111 1001100 101010 100011 111101 100100

Color Harmonies of #946624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946624

Black with #946624

Text Example


Text Example

White with #946624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946624; }

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

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

background-color css

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

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

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

border-color css

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

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

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