Html Css Color HEX #946124 Afghan Tan

📋 copy color: '#946124'

red 148 ◦ green 97 ◦ blue 36

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

Shades of Afghan Tan #946124

Tints of Afghan Tan #946124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 52.67%
G = 34.52%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#946124 (or 0x946124) is known color: Afghan Tan. HEX triplet: 94, 61 and 24. RGB value is (148,97,36). Sum of RGB (Red+Green+Blue) = 148+97+36=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946124 is #6B9EDB. Grayscale: #696969. Windows color (decimal): -7053020 or 2384276. OLE color: 2384276.

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

Color convert

RGB 148 97 36 -
CMYK 0 0.34 0.76 0.42
HSL 32.68º 0.61% 0.36% -
HSV(B) 32.68º 0.76% 0.58% -
XYZ 16.81 14.97 3.67 -
YUV 105.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 148 97 36 0 0.34 0.76 0.42 32.68 0.61 0.36
Hex 94 61 24 0 22 4C 2A 21 3D 24
Octal 224 141 44 0 42 114 52 41 75 44
Binary 10010100 1100001 100100 0 100010 1001100 101010 100001 111101 100100

Color Harmonies of #946124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946124

Black with #946124

Text Example


Text Example

White with #946124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946124; }

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

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

background-color css

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

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

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

border-color css

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

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

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