Html Css Color HEX #946623 Afghan Tan

📋 copy color: '#946623'

red 148 ◦ green 102 ◦ blue 35

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

Shades of Afghan Tan #946623

Tints of Afghan Tan #946623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 51.93%
G = 35.79%
B = 12.28%

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

#946623 (or 0x946623) is known color: Afghan Tan. HEX triplet: 94, 66 and 23. RGB value is (148,102,35). Sum of RGB (Red+Green+Blue) = 148+102+35=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946623 is #6B99DC. Grayscale: #6C6C6C. Windows color (decimal): -7051741 or 2320020. OLE color: 2320020.

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

Color convert

RGB 148 102 35 -
CMYK 0 0.31 0.76 0.42
HSL 35.58º 0.62% 0.36% -
HSV(B) 35.58º 0.76% 0.58% -
XYZ 17.27 15.92 3.75 -
YUV 108.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 148 102 35 0 0.31 0.76 0.42 35.58 0.62 0.36
Hex 94 66 23 0 1F 4C 2A 24 3E 24
Octal 224 146 43 0 37 114 52 44 76 44
Binary 10010100 1100110 100011 0 11111 1001100 101010 100100 111110 100100

Color Harmonies of #946623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946623

Black with #946623

Text Example


Text Example

White with #946623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946623; }

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

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

background-color css

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

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

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

border-color css

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

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

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