Html Css Color HEX #946627 Afghan Tan

📋 copy color: '#946627'

red 148 ◦ green 102 ◦ blue 39

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

Shades of Afghan Tan #946627

Tints of Afghan Tan #946627

RGB

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

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

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

R = 51.21%
G = 35.29%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#946627 (or 0x946627) is known color: Afghan Tan. HEX triplet: 94, 66 and 27. RGB value is (148,102,39). Sum of RGB (Red+Green+Blue) = 148+102+39=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #946627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946627 is #6B99D8. Grayscale: #6C6C6C. Windows color (decimal): -7051737 or 2582164. OLE color: 2582164.

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

Color convert

RGB 148 102 39 -
CMYK 0 0.31 0.74 0.42
HSL 34.68º 0.58% 0.37% -
HSV(B) 34.68º 0.74% 0.58% -
XYZ 17.33 15.95 4.08 -
YUV 108.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 148 102 39 0 0.31 0.74 0.42 34.68 0.58 0.37
Hex 94 66 27 0 1F 4A 2A 23 3A 25
Octal 224 146 47 0 37 112 52 43 72 45
Binary 10010100 1100110 100111 0 11111 1001010 101010 100011 111010 100101

Color Harmonies of #946627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946627

Black with #946627

Text Example


Text Example

White with #946627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946627; }

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

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

background-color css

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

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

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

border-color css

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

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

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