Html Css Color HEX #946327 Afghan Tan

📋 copy color: '#946327'

red 148 ◦ green 99 ◦ blue 39

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

Shades of Afghan Tan #946327

Tints of Afghan Tan #946327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 51.75%
G = 34.62%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#946327 (or 0x946327) is known color: Afghan Tan. HEX triplet: 94, 63 and 27. RGB value is (148,99,39). Sum of RGB (Red+Green+Blue) = 148+99+39=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946327 is #6B9CD8. Grayscale: #6B6B6B. Windows color (decimal): -7052505 or 2581396. OLE color: 2581396.

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

Color convert

RGB 148 99 39 -
CMYK 0 0.33 0.74 0.42
HSL 33.03º 0.58% 0.37% -
HSV(B) 33.03º 0.74% 0.58% -
XYZ 17.04 15.37 3.99 -
YUV 106.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 148 99 39 0 0.33 0.74 0.42 33.03 0.58 0.37
Hex 94 63 27 0 21 4A 2A 21 3A 25
Octal 224 143 47 0 41 112 52 41 72 45
Binary 10010100 1100011 100111 0 100001 1001010 101010 100001 111010 100101

Color Harmonies of #946327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946327

Black with #946327

Text Example


Text Example

White with #946327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946327; }

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

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

background-color css

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

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

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

border-color css

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

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

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