Html Css Color HEX #946727 Afghan Tan

📋 copy color: '#946727'

red 148 ◦ green 103 ◦ blue 39

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

Shades of Afghan Tan #946727

Tints of Afghan Tan #946727

RGB

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

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

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

R = 51.03%
G = 35.52%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#946727 (or 0x946727) is known color: Afghan Tan. HEX triplet: 94, 67 and 27. RGB value is (148,103,39). Sum of RGB (Red+Green+Blue) = 148+103+39=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #946727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946727 is #6B98D8. Grayscale: #6D6D6D. Windows color (decimal): -7051481 or 2582420. OLE color: 2582420.

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

Color convert

RGB 148 103 39 -
CMYK 0 0.30 0.74 0.42
HSL 35.23º 0.58% 0.37% -
HSV(B) 35.23º 0.74% 0.58% -
XYZ 17.43 16.14 4.12 -
YUV 109.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 148 103 39 0 0.30 0.74 0.42 35.23 0.58 0.37
Hex 94 67 27 0 1E 4A 2A 23 3A 25
Octal 224 147 47 0 36 112 52 43 72 45
Binary 10010100 1100111 100111 0 11110 1001010 101010 100011 111010 100101

Color Harmonies of #946727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946727

Black with #946727

Text Example


Text Example

White with #946727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946727; }

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

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

background-color css

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

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

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

border-color css

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

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

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